14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
error: unknown start of token: \u{37e}
|
||
--> $DIR/unicode-chars.rs:2:14
|
||
|
|
||
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
|
||
|