2020-01-10 11:22:57 -08:00
|
|
|
error: missing condition for `if` expression
|
2023-12-01 18:23:16 +03:00
|
|
|
--> $DIR/issue-68091-unicode-ident-after-if.rs:3:13
|
2020-01-10 11:22:57 -08:00
|
|
|
|
|
|
|
|
|
LL | $($c)ö* {}
|
2023-12-01 18:23:16 +03:00
|
|
|
| ^ - if this block is the condition of the `if` expression, then it must be followed by another block
|
|
|
|
|
| |
|
|
|
|
|
| expected condition here
|
2023-12-26 16:30:31 +03:00
|
|
|
...
|
|
|
|
|
LL | x!(if);
|
|
|
|
|
| ------ in this macro invocation
|
|
|
|
|
|
|
|
|
|
|
= note: this error originates in the macro `x` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-01-10 11:22:57 -08:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-01-10 11:22:57 -08:00
|
|
|
|