summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr')
-rw-r--r--tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr b/tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr
index 3fb3047d8..866162bab 100644
--- a/tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr
+++ b/tests/ui/suggestions/suggest-full-enum-variant-for-local-module.stderr
@@ -13,6 +13,6 @@ help: try wrapping the expression in `option::O::Some`
LL | let _: option::O<()> = option::O::Some(());
| ++++++++++++++++ +
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.