mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
1f4b630899
Adds an `IsAuto` field to `ItemTrait` which flags if the trait was declared as an `auto trait`. Auto traits cannot have generics nor super traits.