summaryrefslogtreecommitdiffstats
path: root/tests/ui/enum/enum-and-module-in-same-scope.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/enum/enum-and-module-in-same-scope.stderr')
-rw-r--r--tests/ui/enum/enum-and-module-in-same-scope.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/enum/enum-and-module-in-same-scope.stderr b/tests/ui/enum/enum-and-module-in-same-scope.stderr
index 538898c2f..0293acd62 100644
--- a/tests/ui/enum/enum-and-module-in-same-scope.stderr
+++ b/tests/ui/enum/enum-and-module-in-same-scope.stderr
@@ -9,6 +9,6 @@ LL | mod Foo {
|
= note: `Foo` must be defined only once in the type 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`.