diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-05-29 04:49:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 04:49:43 +0200 |
| commit | f7a97cc7b2bd61f5ca389fa0406c36f72664189e (patch) | |
| tree | f98468402ae415114ed241b34ba28c884ff1d573 /compiler/rustc_codegen_gcc/tools/generate_intrinsics.py | |
| parent | eeb4fa406c7a0dee55a57194a66cdb244e1012ae (diff) | |
| parent | cb27c8af94509af0a2633df0a033161b78337681 (diff) | |
| download | rust-f7a97cc7b2bd61f5ca389fa0406c36f72664189e.tar.gz rust-f7a97cc7b2bd61f5ca389fa0406c36f72664189e.zip | |
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`
Diffstat (limited to 'compiler/rustc_codegen_gcc/tools/generate_intrinsics.py')
0 files changed, 0 insertions, 0 deletions
