]> git.proxmox.com Git - rustc.git/blame - src/test/ui/str/str-as-char.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / str / str-as-char.rs
CommitLineData
83c7162d
XL
1// run-rustfix
2
ea8adc8c 3fn main() {
9fa01778 4 println!('●●'); //~ ERROR character literal may only contain one codepoint
ea8adc8c 5}