Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
str
/
str-as-char.stderr
blob: 0638d371c173b27307c82150c45470e316f4c8d0 [
file
] [
log
] [
blame
] [
edit
]
error
:
character literal may only contain one codepoint
-->
$DIR
/
str
-
as
-
char
.
rs
:
4
:
14
|
LL
|
println
!(
'●●'
);
|
^^^^
|
help
:
if
you meant to write a
string
literal
,
use
double
quotes
|
LL
|
println
!(
"●●"
);
|
~
~
error
:
aborting due to
1
previous error