1 line
89 B
Rust
1 line
89 B
Rust
fn main() { println!("{}", foobar); } //~ ERROR cannot find value `foobar` in this scope
|
fn main() { println!("{}", foobar); } //~ ERROR cannot find value `foobar` in this scope
|