2019-07-12 11:13:03 -07:00
|
|
|
error: expected `{`, found `)`
|
|
|
|
|
--> $DIR/issue-61858.rs:2:15
|
|
|
|
|
|
|
|
|
|
|
LL | (if foobar)
|
|
|
|
|
| -- ^ expected `{`
|
|
|
|
|
| |
|
2019-12-06 23:23:30 +01:00
|
|
|
| this `if` expression has a condition, but no block
|
2019-07-12 11:13:03 -07:00
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|