]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/match-arrows-block-then-binop.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / ui / parser / match-arrows-block-then-binop.stderr
1 error: expected pattern, found `+`
2   --> $DIR/match-arrows-block-then-binop.rs:5:9
3    |
4 LL |       } + 5
5    |         ^ expected pattern
6    |
7 help: parentheses are required to parse this as an expression
8    |
9 LL ~       0 => ({
10 LL |         0
11 LL ~       }) + 5
12    |
13
14 error: aborting due to previous error
15