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 | 0ac0285c3f9bf90ae262c8f8ab2f294d56f5f013 (patch) | |
| tree | 4a2216996c7ec986fb61afe9f523e1ad4a779daf /compiler/rustc_codegen_gcc | |
| parent | e96b11267200e898262228077a11b2d93cf5e14a (diff) | |
| parent | 4c4a40f6dfa7630a8817748a687cfdd1335a7358 (diff) | |
| download | rust-0ac0285c3f9bf90ae262c8f8ab2f294d56f5f013.tar.gz rust-0ac0285c3f9bf90ae262c8f8ab2f294d56f5f013.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')
0 files changed, 0 insertions, 0 deletions
