mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 15:33:25 +03:00
78493ed21a
The Generics now contain one Vec of an enum for the generic parameters, rather than two separate Vec's for lifetime and type parameters. Additionally, places that previously used Vec<LifetimeDef> now use Vec<GenericParam> instead.