#![feature(const_generics_defaults)] struct A { //~^ ERROR generic parameters with a default must be trailing arg: T, } fn main() {}