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