]> git.proxmox.com Git - rustc.git/blob - src/test/ui/str/str-as-char.fixed
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / str / str-as-char.fixed
1 // run-rustfix
2
3 fn main() {
4 println!("●●"); //~ ERROR character literal may only contain one codepoint
5 }