1 2 3 4 5
// run-rustfix fn main() { println!('●●'); //~ ERROR character literal may only contain one codepoint }