]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/unicode_2.rs
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
[rust.git] / src / test / ui / codemap_tests / unicode_2.rs
1 fn main() {
2     let _ = ("a̐éö̲", 0u7); //~ ERROR invalid width
3     let _ = ("아あ", 1i42); //~ ERROR invalid width
4     let _ = a̐é; //~ ERROR cannot find
5 }