summaryrefslogtreecommitdiffstats
path: root/tests/ui/underscore-imports/shadow.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/underscore-imports/shadow.stderr')
-rw-r--r--tests/ui/underscore-imports/shadow.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/underscore-imports/shadow.stderr b/tests/ui/underscore-imports/shadow.stderr
index 7faede4e6..f2c19405b 100644
--- a/tests/ui/underscore-imports/shadow.stderr
+++ b/tests/ui/underscore-imports/shadow.stderr
@@ -7,7 +7,7 @@ LL | x.deref();
= 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 std::ops::Deref;
+LL + use std::ops::Deref;
|
error: aborting due to previous error