Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
str
/
str-as-char.fixed
blob: b85f86e061579a6c5ad4952f6e9b56a23767a5f5 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
fn main
()
{
println
!(
"●●"
);
//~ ERROR character literal may only contain one codepoint
}