summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/missing-in-namespace.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/missing-in-namespace.stderr')
-rw-r--r--tests/ui/resolve/missing-in-namespace.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/missing-in-namespace.stderr b/tests/ui/resolve/missing-in-namespace.stderr
index 7a7b749ae..35585e424 100644
--- a/tests/ui/resolve/missing-in-namespace.stderr
+++ b/tests/ui/resolve/missing-in-namespace.stderr
@@ -14,6 +14,6 @@ LL - let _map = std::hahmap::HashMap::new();
LL + let _map = HashMap::new();
|
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.