summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-102946.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-102946.stderr')
-rw-r--r--tests/ui/resolve/issue-102946.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/resolve/issue-102946.stderr b/tests/ui/resolve/issue-102946.stderr
index 65be0258e..b2cdcb25c 100644
--- a/tests/ui/resolve/issue-102946.stderr
+++ b/tests/ui/resolve/issue-102946.stderr
@@ -6,7 +6,7 @@ LL | impl Error for str::Utf8Error {
|
help: consider importing this trait
|
-LL | use std::error::Error;
+LL + use std::error::Error;
|
error[E0223]: ambiguous associated type