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