mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
6 lines
179 B
Rust
6 lines
179 B
Rust
fn main() {
|
||
let y = 0;
|
||
//~^ ERROR unknown start of token: \u{37e}
|
||
//~^^ HELP Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
|
||
}
|