blob: ee98e5eb4a01fd070c385d68646b2c921ab09eae [file] [log] [blame]
// run-pass
#![feature(const_generics)]
//~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash
struct A<const N: usize>; // ok
fn main() {}