rust/compiler/rustc_privacy
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
..
src Reorder fields in hir::ItemKind variants. 2025-05-30 02:23:20 +10:00
Cargo.toml don't depend on rustc_attr_parsing if rustc_data_structures will do 2025-05-09 23:16:55 +02:00
messages.ftl Emit a single privacy error for multiple fields on the same struct expression 2025-01-18 20:33:15 +00:00