]> git.lizzy.rs Git - rust.git/blob - src/test/ui/does-nothing.rs
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' 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