]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-68091-unicode-ident-after-if.stderr
Auto merge of #100678 - GuillaumeGomez:improve-rustdoc-json-tests, r=aDotInTheVoid
[rust.git] / src / test / ui / parser / issue-68091-unicode-ident-after-if.stderr
1 error: missing condition for `if` expression
2   --> $DIR/issue-68091-unicode-ident-after-if.rs:3:14
3    |
4 LL |         $($c)รถ* {}
5    |              ^  - if this block is the condition of the `if` expression, then it must be followed by another block
6    |              |
7    |              expected condition here
8
9 error: aborting due to previous error
10