mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
311 B
Plaintext
15 lines
311 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 1 previous error
|
|
|