diff options
Diffstat (limited to 'tests/ui/proc-macro/issue-38586.stderr')
-rw-r--r-- | tests/ui/proc-macro/issue-38586.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/issue-38586.stderr b/tests/ui/proc-macro/issue-38586.stderr new file mode 100644 index 000000000..ddd0a0874 --- /dev/null +++ b/tests/ui/proc-macro/issue-38586.stderr @@ -0,0 +1,11 @@ +error[E0425]: cannot find value `foo` in this scope + --> $DIR/issue-38586.rs:6:10 + | +LL | #[derive(A)] + | ^ not found in this scope + | + = note: this error originates in the derive macro `A` (in Nightly builds, run with -Z macro-backtrace for more info) + +error: aborting due to previous error + +For more information about this error, try `rustc --explain E0425`. |