about summary refs log tree commit diff
path: root/tests/ui/resolve/cannot-find-value-in-scope-22811.rs
blob: fc07ae5e60ef40345293b7314fe10591a257b7cc (plain)
1
2
// https://github.com/rust-lang/rust/issues/22811
fn main() { println!("{}", foobar); } //~ ERROR cannot find value `foobar` in this scope