rust/compiler/rustc_infer
bors 8a8ad3433e Auto merge of #127388 - compiler-errors:elaboration-tweaks, r=lcnr
Elaboration tweaks

Removes `Filter::OnlySelfThatDefines` and reimplements `transitive_bounds_that_define_assoc_item` as a separate function, since I don't want to have to uplift that mode since it's both an implementation detail (only exists to avoid cycles in astconv) and requires exposing `Ident` as an associated type on `Interner`.

r? lcnr
2024-07-06 15:56:16 +00:00
..
src Auto merge of #127388 - compiler-errors:elaboration-tweaks, r=lcnr 2024-07-06 15:56:16 +00:00
Cargo.toml Split SolverDelegate back out from InferCtxtLike 2024-07-05 16:39:39 -04:00
messages.ftl Cleanup: Fix up some diagnostics 2024-05-22 22:40:34 +02:00