summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/macros-in-extern-derive.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/proc-macro/macros-in-extern-derive.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/macros-in-extern-derive.stderr b/tests/ui/proc-macro/macros-in-extern-derive.stderr
index efd9ff225..c7d2881ad 100644
--- a/tests/ui/proc-macro/macros-in-extern-derive.stderr
+++ b/tests/ui/proc-macro/macros-in-extern-derive.stderr
@@ -6,6 +6,6 @@ LL | #[derive(Copy)]
LL | fn f();
| ------- not a `struct`, `enum` or `union`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0774`.