]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issue-61858.stderr
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[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