2019-07-12 11:13:03 -07:00
|
|
|
error: expected `{`, found `)`
|
|
|
|
|
--> $DIR/issue-61858.rs:2:15
|
|
|
|
|
|
|
|
|
|
|
LL | (if foobar)
|
2022-05-27 21:58:48 -07:00
|
|
|
| ^ expected `{`
|
|
|
|
|
|
|
|
|
|
|
note: the `if` expression is missing a block after this condition
|
|
|
|
|
--> $DIR/issue-61858.rs:2:9
|
|
|
|
|
|
|
|
|
|
|
LL | (if foobar)
|
|
|
|
|
| ^^^^^^
|
2019-07-12 11:13:03 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-07-12 11:13:03 -07:00
|
|
|
|