rust/compiler/rustc_ty_utils
Jakob Degen 5952d7159a Restrict query recursion in needs_significant_drop
Overly aggressive use of the query system to improve caching lead to query cycles and consequently
ICEs. This patch fixes this by restricting the use of the query system as a cache to those cases
where it is definitely correct.
2022-02-24 12:23:35 -05:00
..
src Restrict query recursion in needs_significant_drop 2022-02-24 12:23:35 -05:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00