]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/unicode-chars.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / parser / unicode-chars.rs
1 fn main() {
2     let y = 0;
3     //~^ ERROR unknown start of token: \u{37e}
4     //~^^ HELP Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
5 }