Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lexer
/
lex-bad-str-literal-as-char-1.fixed
blob: b12139b0b40e93765579ce80d864410f8bed39f0 [
file
] [
log
] [
blame
]
//@ run-rustfix
fn main
()
{
println
!(
"1 + 1"
);
//~^ ERROR unterminated character literal
//~| ERROR lifetimes cannot start with a number
}