rust/compiler/rustc_hir_analysis/src/check
bors f8ed97ecc1 Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber
Make elaboration generic over input

Combines all the `elaborate_*` family of functions into just one, which is an iterator over the same type that you pass in (e.g. elaborating `Predicate` gives `Predicate`s, elaborating `Obligation`s gives `Obligation`s, etc.)
2023-04-09 00:18:10 +00:00
..
check.rs Update ty::VariantDef to use IndexVec<FieldIdx, FieldDef> 2023-03-30 09:23:40 -07:00
compare_impl_item.rs Make elaborator generic 2023-04-06 23:30:22 +00:00
dropck.rs Remove intercrate and mark_ambiguous from Relation 2023-04-04 00:09:12 +00:00
intrinsic.rs Remove index from BrAnon 2023-04-06 23:01:40 -04:00
intrinsicck.rs Update ty::VariantDef to use IndexVec<FieldIdx, FieldDef> 2023-03-30 09:23:40 -07:00
mod.rs Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errors 2023-03-23 00:00:35 +05:30
region.rs Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb 2023-01-20 04:52:28 +00:00
wfcheck.rs Make elaborator generic 2023-04-06 23:30:22 +00:00