summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/use_suggestion.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/use_suggestion.stderr')
-rw-r--r--tests/ui/resolve/use_suggestion.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/resolve/use_suggestion.stderr b/tests/ui/resolve/use_suggestion.stderr
index 54ad85383..1155f5caa 100644
--- a/tests/ui/resolve/use_suggestion.stderr
+++ b/tests/ui/resolve/use_suggestion.stderr
@@ -6,7 +6,7 @@ LL | let x1 = HashMap::new();
|
help: consider importing this struct
|
-LL | use std::collections::HashMap;
+LL + use std::collections::HashMap;
|
error[E0412]: cannot find type `HashMap` in this scope
@@ -17,7 +17,7 @@ LL | let y1: HashMap;
|
help: consider importing this struct
|
-LL | use std::collections::HashMap;
+LL + use std::collections::HashMap;
|
error[E0412]: cannot find type `GooMap` in this scope