]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/match-arrows-block-then-binop.stderr
Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegen
[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