]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/unicode-chars.rs
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[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 }