9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
|
error: expected pattern, found `+`
|
||
|
--> $DIR/removed-syntax-mode.rs:13:6
|
||
|
|
|
||
|
LL | fn f(+x: isize) {} //~ ERROR expected pattern, found `+`
|
||
|
| ^ expected pattern
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|