blob: 85d0c583965922fbefa5fff4424b0e9670a5619d [file] [log] [blame]
struct Foo<const N: usize>;
impl<const N: usize = 1> Foo<N> {}
//~^ ERROR defaults for generic parameters are not allowed here
fn main() {}