]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unicode-chars.rs
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-2020-12-27
[rust.git] / src / test / 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 }