blob: accead5c850cca8906988432f19a83c12ceebd2e [file] [log] [blame]
// run-rustfix
fn main() {
println!("{}", "●●"); //~ ERROR character literal may only contain one codepoint
//~^ ERROR format argument must be a string literal
}