]> git.lizzy.rs Git - rust.git/blob - tests/ui/codemap_tests/unicode_2.rs
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
[rust.git] / tests / 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 }