rust/src/test/ui/str/str-as-char.fixed
2019-01-18 05:24:17 +09:00

7 lines
175 B
Rust

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