mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
686663a49e
Disable drop range analysis The previous PR, #93165, still performed the drop range analysis despite ignoring the results. Unfortunately, there were ICEs in the analysis as well, so some packages failed to build (see the issue #93197 for an example). This change further disables the analysis and just provides dummy results in that case.