]> git.proxmox.com Git - rustc.git/blame - src/test/ui/generator/layout-error.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / generator / layout-error.stderr
CommitLineData
94222f64
XL
1error[E0425]: cannot find value `Foo` in this scope
2 --> $DIR/layout-error.rs:21:17
3 |
4LL | let a = Foo;
5 | ^^^ not found in this scope
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0425`.