rust/compiler/rustc_resolve
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
..
src Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
Cargo.toml Avoid a reverse map that is only used in diagnostics paths 2025-04-11 09:33:38 +00:00
messages.ftl Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00