]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/proc-macro/issue-38586.stderr
Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obk
[rust.git] / src / test / ui / proc-macro / issue-38586.stderr
index 4cdca5c8e01b095bcb833d76bb266be7930402ac..ddd0a0874dd3e17eca93713a18a4786efb2a20d0 100644 (file)
@@ -4,7 +4,7 @@ error[E0425]: cannot find value `foo` in this scope
 LL | #[derive(A)]
    |          ^ not found in this scope
    |
-   = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
+   = 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