2019-07-24 23:10:42 +00:00
|
|
|
|
error: unknown start of token: \u{37e}
|
|
|
|
|
--> $DIR/recover-from-homoglyph.rs:2:17
|
|
|
|
|
|
|
|
|
|
|
LL | println!("");
|
|
|
|
|
| ^
|
2019-10-24 05:20:58 +00:00
|
|
|
|
|
|
2019-07-24 23:10:42 +00:00
|
|
|
|
help: Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
|
|
|
|
|
|
|
|
|
|
|
LL | println!("");
|
2021-06-22 02:07:19 +00:00
|
|
|
|
| ~
|
2019-07-24 23:10:42 +00:00
|
|
|
|
|
|
|
|
|
error[E0308]: mismatched types
|
|
|
|
|
--> $DIR/recover-from-homoglyph.rs:3:20
|
|
|
|
|
|
|
|
|
|
|
LL | let x: usize = ();
|
2019-11-19 05:00:24 +00:00
|
|
|
|
| ----- ^^ expected `usize`, found `()`
|
|
|
|
|
| |
|
|
|
|
|
| expected due to this
|
2019-07-24 23:10:42 +00:00
|
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|