Files
rust/tests/ui/parser/unicode-chars.stderr

14 lines
301 B
Plaintext
Raw Normal View History

error: unknown start of token: \u{37e}
--> $DIR/unicode-chars.rs:2:14
2018-10-20 23:36:17 +03:00
|
LL | let y = 0;
| ^
|
2018-10-20 23:36:17 +03:00
help: Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
|
LL | let y = 0;
| ~
2018-10-20 23:36:17 +03:00
error: aborting due to previous error