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