rust/tests/ui/codemap_tests/unicode_2.rs

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

6 lines
168 B
Rust
Raw Normal View History

fn main() {
2017-11-20 06:13:27 -06:00
let _ = ("a̐éö̲", 0u7); //~ ERROR invalid width
let _ = ("아あ", 1i42); //~ ERROR invalid width
let _ = a̐é; //~ ERROR cannot find
}