1 2 3 4 5 6 7 8
// run-pass #![feature(const_generics)] //~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash trait Trait<const T: ()> {} fn main() {}