// revisions: full min #![cfg_attr(full, feature(const_generics))] //[full]~WARN the feature `const_generics` is incomplete struct A { //~^ ERROR generic parameters with a default must be trailing arg: T, } fn main() {}