rust/tests/ui/parser/unicode-chars.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
179 B
Rust
Raw Normal View History

fn main() {
let y = 0;
//~^ ERROR unknown start of token: \u{37e}
2018-05-25 21:57:02 -07:00
//~^^ HELP Unicode character ';' (Greek Question Mark) looks like ';' (Semicolon), but it is not
}