6 lines
118 B
Rust
6 lines
118 B
Rust
// run-rustfix
|
|
|
|
fn main() {
|
|
println!("●●");
|
|
//~^ ERROR character literal may only contain one codepoint
|
|
}
|