rust/compiler/rustc_infer
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
..
src Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber 2023-04-09 00:18:10 +00:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00
messages.ftl fix infer_source_kind_subdiag_let help message - remove double "the" 2023-04-07 17:42:17 +10:00