]> git.lizzy.rs Git - rust.git/blob - src/test/ui/str/str-as-char.fixed
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / str / str-as-char.fixed
1 // run-rustfix
2
3 fn main() {
4     println!("●●"); //~ ERROR character literal may only contain one codepoint
5 }