summary refs log tree commit diff
path: root/src/test/ui/str/str-as-char.fixed
blob: 9d4297b55c81643537d88de6b7fd110343244c0e (plain)
1
2
3
4
5
6
// run-rustfix

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