// check-pass #![feature(const_generics)] #![allow(incomplete_features)] fn test() {} struct Foo; fn main() {}