Files
rust/src/test/ui/parser/issue-61858.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
235 B
Plaintext
Raw Normal View History

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