about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-68091-unicode-ident-after-if.stderr
blob: a68fae1a36ec8ce75b5655f6e86c9e0112f62d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: missing condition for `if` expression
  --> $DIR/issue-68091-unicode-ident-after-if.rs:3:13
   |
LL |         $($c)ö* {}
   |             ^   - if this block is the condition of the `if` expression, then it must be followed by another block
   |             |
   |             expected condition here
...
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)

error: aborting due to 1 previous error