summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/unicode-chars.rs
blob: 89ae85ec990279bf489b4ab36471737e178e7972 (plain)
1
2
3
4
5
fn main() {
    let y = 0;
    //~^ ERROR unknown start of token: \u{37e}
    //~^^ HELP Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
}