rust/tests/ui/resolve/cannot-find-value-in-scope-22811.rs
2025-08-04 16:43:53 -04:00

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