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 | cb27c8af94509af0a2633df0a033161b78337681 (patch) | |
| tree | acdb053420648bae662417ea8414ceb6dc669ab2 /compiler/rustc_codegen_gcc/tools/generate_intrinsics.py | |
| parent | ce0adf08c9c08a770fa65c98cdb59335d4acee3d (diff) | |
| download | rust-cb27c8af94509af0a2633df0a033161b78337681.tar.gz rust-cb27c8af94509af0a2633df0a033161b78337681.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_codegen_gcc/tools/generate_intrinsics.py')
0 files changed, 0 insertions, 0 deletions
