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