rust/compiler/rustc_hir_analysis/src/collect
Nicholas Nethercote f8887aa5af Reorder fields in hir::ItemKind variants.
Specifically `TyAlias`, `Enum`, `Struct`, `Union`. So the fields match
the textual order in the source code.

The interesting part of the change is in
`compiler/rustc_hir/src/hir.rs`. The rest is extremely mechanical
refactoring.
2025-05-30 02:23:20 +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 Review Comments 2025-05-22 12:47:19 +01:00
item_bounds.rs Rename unpack to kind 2025-05-27 11:14:45 +00: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 Reorder fields in hir::ItemKind variants. 2025-05-30 02:23:20 +10:00
type_of.rs Reorder fields in hir::ItemKind variants. 2025-05-30 02:23:20 +10:00