2019-03-13 00:47:36 -04:00
|
|
|
|
error: unknown start of token: \u{37e}
|
2019-01-06 18:33:05 +03:00
|
|
|
|
--> $DIR/unicode-chars.rs:2:14
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
|
|
|
LL | let y = 0;
|
|
|
|
|
|
| ^
|
2019-10-23 22:20:58 -07:00
|
|
|
|
|
|
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;
|
2021-06-21 19:07:19 -07:00
|
|
|
|
| ~
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|