rust/src/test/ui/does-nothing.rs
2018-12-25 21:08:33 -07:00

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