]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/attributes/field-attributes-vis-unresolved.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / attributes / field-attributes-vis-unresolved.stderr
index 41c3cea3021354d56ba96a3a97adcd726fee0e50..439762546381ec45c9364ea3f061f019298326d3 100644 (file)
@@ -3,12 +3,16 @@ error[E0433]: failed to resolve: maybe a missing crate `nonexistent`?
    |
 LL |     pub(in nonexistent) field: u8
    |            ^^^^^^^^^^^ maybe a missing crate `nonexistent`?
+   |
+   = help: consider adding `extern crate nonexistent` to use the `nonexistent` crate
 
 error[E0433]: failed to resolve: maybe a missing crate `nonexistent`?
   --> $DIR/field-attributes-vis-unresolved.rs:22:12
    |
 LL |     pub(in nonexistent) u8
    |            ^^^^^^^^^^^ maybe a missing crate `nonexistent`?
+   |
+   = help: consider adding `extern crate nonexistent` to use the `nonexistent` crate
 
 error: aborting due to 2 previous errors