diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-05-28 08:20:30 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-05-28 15:48:45 +1000 |
| commit | 4c4a40f6dfa7630a8817748a687cfdd1335a7358 (patch) | |
| tree | d726fed28d0bab72f96214b06fb7f319450b5357 /compiler/rustc_interface/src/errors.rs | |
| parent | c583fa6d8425dbb38fe5d1dbd007f9ca8e4aa128 (diff) | |
| download | rust-4c4a40f6dfa7630a8817748a687cfdd1335a7358.tar.gz rust-4c4a40f6dfa7630a8817748a687cfdd1335a7358.zip | |
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
```
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
