2019-03-12 23:47:36 -05:00
|
|
|
|
error: unknown start of token: \u{37e}
|
2019-01-06 09:33:05 -06:00
|
|
|
|
--> $DIR/unicode-chars.rs:2:14
|
2018-10-20 15:36:17 -05: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
|
|
|
|
|
|