rust/src/test/ui/parser/unicode-chars.stderr

13 lines
296 B
Plaintext
Raw Normal View History

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