blob: 6e4f65fe6cac0bf3bcf622dc0c36c9dbb8975859 [file] [log] [blame]
// run-pass
#![feature(const_generics)]
//~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash
trait Trait<const T: ()> {}
fn main() {}