]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/issue-38586.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / issue-38586.stderr
CommitLineData
0731742a
XL
1error[E0425]: cannot find value `foo` in this scope
2 --> $DIR/issue-38586.rs:6:10
3 |
532ac7d7 4LL | #[derive(A)]
0731742a
XL
5 | ^ not found in this scope
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0425`.