Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
lex-bad-char-literals-2.stderr
blob: ed129f5d427d15c9f5b41a1a87998d9241a357e4 [
file
] [
log
] [
blame
]
error
:
character literal may only contain one codepoint
:
'nope'
-->
$DIR
/
lex
-
bad
-
char
-
literals
-
2.rs
:
15
:
5
|
LL
|
'nope'
//~ ERROR: character literal may only contain one codepoint: 'nope'
|
^^^^^^
error
:
aborting due to previous error