summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/macro-path-prelude-fail-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/macros/macro-path-prelude-fail-2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/macros/macro-path-prelude-fail-2.stderr b/tests/ui/macros/macro-path-prelude-fail-2.stderr
index 9574b7a1e..87646031c 100644
--- a/tests/ui/macros/macro-path-prelude-fail-2.stderr
+++ b/tests/ui/macros/macro-path-prelude-fail-2.stderr
@@ -4,6 +4,6 @@ error[E0433]: failed to resolve: partially resolved path in a macro
LL | Result::Ok!();
| ^^^^^^^^^^ partially resolved path in a macro
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.