summaryrefslogtreecommitdiffstats
path: root/tests/ui/str/str-as-char.rs
blob: 09b9dfc590db3fbf82ed7ad31fbff3a7351f5cc5 (plain)
1
2
3
4
5
// run-rustfix

fn main() {
    println!('●●'); //~ ERROR character literal may only contain one codepoint
}