Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lexer
/
lex-bad-str-literal-as-char-1.rs
blob: 6548792f33b4fee4edecd159285791173166fd92 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
fn
main
()
{
println
!(
'1 + 1'
);
//~^ ERROR unterminated character literal
//~| ERROR lifetimes cannot start with a number
}