rust/src/test/ui/issues/issue-2281-part1.rs
2018-12-25 21:08:33 -07:00

2 lines
89 B
Rust

fn main() { println!("{}", foobar); } //~ ERROR cannot find value `foobar` in this scope