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

fn main() {
    println!("{}", "●●"); //~ ERROR character literal may only contain one codepoint
    //~^ ERROR format argument must be a string literal
}