1 2 3 4 5 6 7 8
// check-pass #![feature(const_generics)] //~^ WARN the feature `const_generics` is incomplete struct A<const N: usize>; // ok fn main() {}