blob: 23851b5f70b37ae95542cc419a8c846df0db3267 [file] [log] [blame]
fn f(+x: isize) {}
//~^ ERROR expected argument name, found `+`
fn main() {}