mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
error: missing condition for `if` expression
|
|
--> $DIR/issue-68091-unicode-ident-after-if.rs:3:14
|
|
|
|
|
LL | $($c)ö* {}
|
|
| ^ - if this block is the condition of the `if` expression, then it must be followed by another block
|
|
| |
|
|
| expected condition here
|
|
|
|
error: aborting due to 1 previous error
|
|
|