summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-43189.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/typeck/issue-43189.stderr')
-rw-r--r--tests/ui/typeck/issue-43189.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/typeck/issue-43189.stderr b/tests/ui/typeck/issue-43189.stderr
index caf7530b8..c072e6a08 100644
--- a/tests/ui/typeck/issue-43189.stderr
+++ b/tests/ui/typeck/issue-43189.stderr
@@ -12,7 +12,7 @@ LL | fn a(&self) {}
= help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
-LL | use xcrate_issue_43189_b::xcrate_issue_43189_a::A;
+LL + use xcrate_issue_43189_b::xcrate_issue_43189_a::A;
|
error: aborting due to previous error