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
|
||
}
|