summaryrefslogtreecommitdiffstats
path: root/src/test/ui/str/str-as-char.fixed
blob: 42bbef8391785d82b39105d39918ac4aecd24255 (plain)
1
2
3
4
5
// run-rustfix

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