summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/define-two.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/define-two.stderr')
-rw-r--r--tests/ui/proc-macro/define-two.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/define-two.stderr b/tests/ui/proc-macro/define-two.stderr
index bf1bd8427..a39ce366f 100644
--- a/tests/ui/proc-macro/define-two.stderr
+++ b/tests/ui/proc-macro/define-two.stderr
@@ -9,6 +9,6 @@ LL | #[proc_macro_derive(A)]
|
= note: `A` must be defined only once in the macro namespace of this module
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0428`.