Files
rust/compiler
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-05-27 11:14:47 +00:00
2025-05-27 14:11:14 +03:00
2025-05-27 14:11:14 +03:00
2025-05-22 11:55:22 +10:00
2025-05-12 15:33:37 +02:00
2025-04-15 10:44:28 -04:00
2025-05-27 11:14:47 +00:00
2025-05-12 15:33:37 +02:00
2025-05-27 11:14:45 +00:00
2025-05-27 11:14:45 +00:00
2025-05-24 15:06:53 +08:00
2025-05-27 11:14:47 +00:00