summaryrefslogtreecommitdiffstats
path: root/tests/ui/hygiene/globs.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/hygiene/globs.stderr')
-rw-r--r--tests/ui/hygiene/globs.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/hygiene/globs.stderr b/tests/ui/hygiene/globs.stderr
index c01901be5..180172644 100644
--- a/tests/ui/hygiene/globs.stderr
+++ b/tests/ui/hygiene/globs.stderr
@@ -13,7 +13,7 @@ LL | g();
| ~
help: consider importing this function
|
-LL | use foo::f;
+LL + use foo::f;
|
error[E0425]: cannot find function `g` in this scope
@@ -39,7 +39,7 @@ LL | f();
| ~
help: consider importing this function
|
-LL | use bar::g;
+LL + use bar::g;
|
error[E0425]: cannot find function `f` in this scope