]> git.lizzy.rs Git - rust.git/blob - src/test/ui/str/str-as-char.rs
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / str / str-as-char.rs
1 // run-rustfix
2
3 fn main() {
4     println!('●●'); //~ ERROR character literal may only contain one codepoint
5 }