summaryrefslogtreecommitdiffstats
path: root/tests/ui/imports/issue-32354-suggest-import-rename.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/imports/issue-32354-suggest-import-rename.stderr')
-rw-r--r--tests/ui/imports/issue-32354-suggest-import-rename.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/imports/issue-32354-suggest-import-rename.stderr b/tests/ui/imports/issue-32354-suggest-import-rename.stderr
index 4c5875ba7..de9bdc4f2 100644
--- a/tests/ui/imports/issue-32354-suggest-import-rename.stderr
+++ b/tests/ui/imports/issue-32354-suggest-import-rename.stderr
@@ -12,6 +12,6 @@ help: you can use `as` to change the binding name of the import
LL | use extension2::ConstructorExtension as OtherConstructorExtension;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0252`.