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