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