summaryrefslogtreecommitdiffstats
path: root/tests/ui/imports/issue-45829/rename-with-path.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/imports/issue-45829/rename-with-path.stderr')
-rw-r--r--tests/ui/imports/issue-45829/rename-with-path.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/imports/issue-45829/rename-with-path.stderr b/tests/ui/imports/issue-45829/rename-with-path.stderr
index 2d26b0838..69e084db6 100644
--- a/tests/ui/imports/issue-45829/rename-with-path.stderr
+++ b/tests/ui/imports/issue-45829/rename-with-path.stderr
@@ -12,6 +12,6 @@ help: you can use `as` to change the binding name of the import
LL | use std::{collections::HashMap as A, sync::Arc as OtherA};
| ~~~~~~~~~~~~~~~~~~~
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0252`.