rust/compiler/rustc_ty_utils
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 Use -Wunused_crate_dependencies for compiler crates. 2025-03-20 08:59:43 +11:00
messages.ftl Implement .use keyword as an alias of clone 2025-03-06 17:58:32 -03:00