rust/compiler/rustc_hir_analysis/src/collect
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
..
type_of Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
dump.rs Move hir::Item::ident into hir::ItemKind. 2025-03-18 06:29:50 +11:00
generics_of.rs Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +11:00
item_bounds.rs Initial support for auto traits with default bounds 2025-04-03 14:59:39 +03:00
predicates_of.rs Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead 2025-04-10 17:27:14 +02:00
resolve_bound_vars.rs Move has_self field to hir::AssocKind::Fn. 2025-04-14 16:13:04 +10:00
type_of.rs add TypingMode::Borrowck 2025-04-03 11:13:10 +02:00