Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lexer
/
lex-bad-str-literal-as-char-2.fixed
blob: 3ccec537c6c347f0504b70e234f625f24de7c8b5 [
file
] [
log
] [
blame
]
//@ run-rustfix
fn main
()
{
println
!(
" 1 + 1"
);
//~ ERROR character literal may only contain one codepoint
}