#![feature(const_generics)] //~^ WARN the feature `const_generics` is incomplete struct S(C); //~ ERROR expected type, found const parameter fn main() {}