blob: 2423a7526be137d3491e2564b4a49ecc1b279a34 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|