rust/compiler/rustc_ty_utils/src
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
..
assoc.rs Store a Symbol instead of an Ident in AssocItem 2022-01-19 17:13:21 -05:00
common_traits.rs Don't consider !Unpin references as noalias 2021-03-21 20:10:53 +01:00
instance.rs Overhaul RegionKind and Region. 2022-02-15 16:08:52 +11:00
lib.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00
needs_drop.rs Restrict query recursion in needs_significant_drop 2022-02-24 12:23:35 -05:00
representability.rs use List<Ty<'tcx>> for tuples 2022-02-21 07:09:11 +01:00
ty.rs use List<Ty<'tcx>> for tuples 2022-02-21 07:09:11 +01:00