Files
rust/tests/ui/resolve/cannot-find-value-in-scope-22811.rs

3 lines
139 B
Rust
Raw Permalink Normal View History

2025-07-13 16:25:27 -04:00
// https://github.com/rust-lang/rust/issues/22811
fn main() { println!("{}", foobar); } //~ ERROR cannot find value `foobar` in this scope