mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 23:31:32 +00:00
3 lines
152 B
Rust
3 lines
152 B
Rust
fn main() { println!("doing"); this_does_nothing_what_the; println!("boing"); }
|
|
//~^ ERROR cannot find value `this_does_nothing_what_the` in this scope
|