rust/compiler/rustc_ast_pretty/src
Nicholas Nethercote 4c4a40f6df Reorder ast::ItemKind::{Struct,Enum,Union} fields.
So they match the order of the parts in the source code, e.g.:
```
struct Foo<T, U> { t: T, u: U }
       <-><----> <------------>
       /   |       \
   ident generics  variant_data
```
2025-05-28 15:48:45 +10:00
..
pp Introduce BoxMarker to pretty-printing. 2025-04-28 15:51:25 +10:00
pprust Reorder ast::ItemKind::{Struct,Enum,Union} fields. 2025-05-28 15:48:45 +10:00
helpers.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Introduce BoxMarker to pretty-printing. 2025-04-28 15:51:25 +10:00
pp.rs Enable BoxMarker drop checking. 2025-05-03 09:14:27 +10:00