mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
3 lines
139 B
Rust
3 lines
139 B
Rust
// https://github.com/rust-lang/rust/issues/22811
|
|
fn main() { println!("{}", foobar); } //~ ERROR cannot find value `foobar` in this scope
|