rust/tests/ui/parser/issue-61858.stderr

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

15 lines
309 B
Plaintext
Raw Normal View History

2019-07-12 18:13:03 +00:00
error: expected `{`, found `)`
--> $DIR/issue-61858.rs:2:15
|
LL | (if foobar)
| ^ expected `{`
|
note: the `if` expression is missing a block after this condition
--> $DIR/issue-61858.rs:2:9
|
LL | (if foobar)
| ^^^^^^
2019-07-12 18:13:03 +00:00
error: aborting due to previous error