#![feature(const_generics_defaults)] #![allow(incomplete_features)] struct Foo; //~^ ERROR evaluation of constant value failed fn main() {}