about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/tools/generate_intrinsics.py
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-05-28 08:20:30 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-05-28 15:48:45 +1000
commitcb27c8af94509af0a2633df0a033161b78337681 (patch)
treeacdb053420648bae662417ea8414ceb6dc669ab2 /compiler/rustc_codegen_gcc/tools/generate_intrinsics.py
parentce0adf08c9c08a770fa65c98cdb59335d4acee3d (diff)
downloadrust-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