Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
parser
/
lex-bad-char-literals-2.stderr
blob: 3a545ee282660426e59e41057325408ed7e0ff7c [
file
] [
log
] [
blame
]
error
:
character literal may only contain one codepoint
-->
$DIR
/
lex
-
bad
-
char
-
literals
-
2.rs
:
3
:
5
|
LL
|
'nope'
|
^^^^^^
|
help
:
if
you meant to write a
`str`
literal
,
use
double
quotes
|
LL
|
"nope"
|
^^^^^^
error
:
aborting due to previous error