blob: 2782af49e66b11182e7afa362343e3e471a7adb7 [file] [log] [blame]
error: expected pattern, found `+`
--> $DIR/match-arrows-block-then-binop.rs:5:9
|
LL | } + 5 //~ ERROR expected pattern, found `+`
| ^ expected pattern
error: aborting due to previous error