mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +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
|