]> git.proxmox.com Git - rustc.git/blob - tests/ui/does-nothing.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / does-nothing.rs
1 fn main() { println!("doing"); this_does_nothing_what_the; println!("boing"); }
2 //~^ ERROR cannot find value `this_does_nothing_what_the` in this scope