]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/match-arrows-block-then-binop.stderr
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / 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