rustc/tests/ui/lexer/lex-bad-str-literal-as-char-1.fixed
2024-06-24 14:48:22 +02:00

7 lines
151 B
Plaintext

//@ run-rustfix
fn main() {
println!("1 + 1");
//~^ ERROR unterminated character literal
//~| ERROR lifetimes cannot start with a number
}