about summary refs log tree commit diff
path: root/tests/ui/str/str-as-char.rs
blob: b815083fada73fcf2f8f64b8056280b6f4bedfa6 (plain)
1
2
3
4
5
//@ run-rustfix

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