4 lines
78 B
Rust
4 lines
78 B
Rust
fn f(+x: isize) {}
|
|
//~^ ERROR expected argument name, found `+`
|
|
|
|
fn main() {}
|