summary refs log tree commit diff
path: root/src/test/ui/proc-macro/issue-38586.stderr
blob: 9657914f49bb772cdaedd9e66a7931222086630d (plain)
1
2
3
4
5
6
7
8
9
error[E0425]: cannot find value `foo` in this scope
  --> $DIR/issue-38586.rs:6:10
   |
LL | #[derive(A)] //~ ERROR `foo`
   |          ^ not found in this scope

error: aborting due to previous error

For more information about this error, try `rustc --explain E0425`.