2020-01-10 13:22:57 -06:00
|
|
|
error: missing condition for `if` expression
|
|
|
|
--> $DIR/issue-68091-unicode-ident-after-if.rs:3:14
|
|
|
|
|
|
|
|
|
LL | $($c)ö* {}
|
2022-05-27 23:58:48 -05:00
|
|
|
| ^ - if this block is the condition of the `if` expression, then it must be followed by another block
|
|
|
|
| |
|
|
|
|
| expected condition here
|
2020-01-10 13:22:57 -06:00
|
|
|
|
2022-05-27 23:58:48 -05:00
|
|
|
error: aborting due to previous error
|
2020-01-10 13:22:57 -06:00
|
|
|
|