]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issue-2281-part1.stderr
New upstream version 1.29.0+dfsg1
[rustc.git] / src / test / ui / issue-2281-part1.stderr
CommitLineData
8faf50e0
XL
1error[E0425]: cannot find value `foobar` in this scope
2 --> $DIR/issue-2281-part1.rs:11:28
3 |
4LL | fn main() { println!("{}", foobar); } //~ ERROR cannot find value `foobar` in this scope
5 | ^^^^^^ not found in this scope
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0425`.