blob: fe1ded1c4bbc4bba7e8b86d954a113a51a1d59ad [file] [log] [blame]
fn foo<const X: ()>() {} //~ ERROR const generics are unstable
struct Foo<const X: usize>([(); X]); //~ ERROR const generics are unstable
fn main() {}