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