Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lexer
/
lex-bad-char-literals-4.rs
blob: de0a19df99360e875e979f7b45a27837b1908ffa [
file
] [
log
] [
blame
] [
edit
]
//
// This test needs to the last one appearing in this file as it kills the parser
static
c
:
char
=
'●
//~ ERROR: unterminated character literal
;