mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 12:39:53 +00:00
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
//@ run-rustfix
|
|
fn main() {
|
|
println!("1 + 1");
|
|
//~^ ERROR unterminated character literal
|
|
//~| ERROR lifetimes cannot start with a number
|
|
}
|