rust/tests/ui/issues/issue-2281-part1.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
89 B
Rust
Raw Normal View History

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