]> git.lizzy.rs Git - rust.git/blob - src/test/ui/does-nothing.rs
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
[rust.git] / src / test / 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