]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issue-61858.stderr
Rollup merge of #107455 - tshepang:better-name, r=wesleywiser
[rust.git] / tests / ui / parser / issue-61858.stderr
1 error: expected `{`, found `)`
2   --> $DIR/issue-61858.rs:2:15
3    |
4 LL |     (if foobar)
5    |               ^ expected `{`
6    |
7 note: the `if` expression is missing a block after this condition
8   --> $DIR/issue-61858.rs:2:9
9    |
10 LL |     (if foobar)
11    |         ^^^^^^
12
13 error: aborting due to previous error
14