Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
lexer
/
lex-bad-char-literals-2.rs
blob: d35dafd9a3443b6786151fde77ba5ff4774fccce [
file
] [
edit
]
// This test needs to the last one appearing in this file as it kills the parser
static
c
:
char
=
'nope'
//~ ERROR: character literal may only contain one codepoint
;
fn
main
()
{}