Jacob Pratt 0ac0285c3f
Rollup merge of #141675 - nnethercote:ItemKind-field-order, r=fee1-dead
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
```

r? `@fee1-dead`
2025-05-29 04:49:43 +02:00
..
2025-02-08 22:12:13 +00:00
2025-05-27 09:44:10 +02:00
2025-05-21 07:24:43 +00:00
2024-12-19 16:05:41 +11:00
2024-07-29 08:26:52 +10:00
2025-05-10 08:58:47 +10:00
2025-05-21 07:24:33 +00:00
2024-04-26 13:29:20 +10:00