rust/tests/ui/parser/issues/issue-61858.stderr
Esteban Küber 855444ec54 mv tests
2023-10-24 21:27:05 +00:00

15 lines
309 B
Plaintext

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)
| ^^^^^^
error: aborting due to previous error