]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unicode-chars.rs
Point (again) to more expressions with their type, even if not fully resolved
[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 }