rust/compiler/rustc_trait_selection/src/error_reporting
Nicholas Nethercote 78599d83e7 Move name field from AssocItem to AssocKind variants.
To accurately reflect that RPITIT assoc items don't have a name. This
avoids the use of `kw::Empty` to mean "no name", which is error prone.

Helps with #137978.
2025-04-15 08:07:15 +10:00
..
infer Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
traits Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
mod.rs Swap Vec<PredicateObligation> to type alias 2024-10-12 15:17:08 +01:00