about summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-mode.rs
blob: 23851b5f70b37ae95542cc419a8c846df0db3267 (plain)
1
2
3
4
fn f(+x: isize) {}
//~^ ERROR expected argument name, found `+`

fn main() {}