]> git.lizzy.rs Git - rust.git/blob - src/test/ui/str/str-as-char.rs
Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum
[rust.git] / src / test / ui / str / str-as-char.rs
1 // run-rustfix
2
3 fn main() {
4     println!('●●'); //~ ERROR character literal may only contain one codepoint
5 }