Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
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
}