summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-35675.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/resolve/issue-35675.stderr')
-rw-r--r--tests/ui/resolve/issue-35675.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/resolve/issue-35675.stderr b/tests/ui/resolve/issue-35675.stderr
index 4a06196d5..44af65b07 100644
--- a/tests/ui/resolve/issue-35675.stderr
+++ b/tests/ui/resolve/issue-35675.stderr
@@ -17,7 +17,7 @@ LL | Apple(5)
|
help: consider importing this tuple variant
|
-LL | use Fruit::Apple;
+LL + use Fruit::Apple;
|
error[E0573]: expected type, found variant `Fruit::Apple`
@@ -37,7 +37,7 @@ LL | Apple(5)
|
help: consider importing this tuple variant
|
-LL | use Fruit::Apple;
+LL + use Fruit::Apple;
|
error[E0573]: expected type, found variant `Ok`