]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/proc-macro/attributes-on-modules-fail.stderr
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / ui / proc-macro / attributes-on-modules-fail.stderr
index bb6cbb6984d7c1dd30072f73fda3db31a1fd31ea..97521f23aeef3a6ad26202b8cb16a2dcae87c026 100644 (file)
@@ -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