mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
4c4a40f6df
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
```