// check-pass #![feature(const_generics)] //~^ WARN the feature `const_generics` is incomplete struct A; // ok fn main() {}