summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/attributes-on-modules-fail.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/proc-macro/attributes-on-modules-fail.stderr')
-rw-r--r--tests/ui/proc-macro/attributes-on-modules-fail.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/proc-macro/attributes-on-modules-fail.stderr b/tests/ui/proc-macro/attributes-on-modules-fail.stderr
index bb6cbb698..97521f23a 100644
--- a/tests/ui/proc-macro/attributes-on-modules-fail.stderr
+++ b/tests/ui/proc-macro/attributes-on-modules-fail.stderr
@@ -50,7 +50,7 @@ LL | type A = Y;
|
help: consider importing this struct
|
-LL | use Y;
+LL + use Y;
|
error[E0412]: cannot find type `X` in this scope
@@ -61,7 +61,7 @@ LL | type A = X;
|
help: consider importing this struct
|
-LL | use m::X;
+LL + use m::X;
|
error: aborting due to 7 previous errors