5 lines
84 B
Rust
5 lines
84 B
Rust
fn foo<consta N: usize>(_arr: [i32; N]) {}
|
|
//~^ ERROR expected one of
|
|
|
|
fn main() {}
|