]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/imports/issue-55457.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / imports / issue-55457.stderr
index 07de3d95902efa10090592a6f28f735b7751f31a..788fcc830ae9abc95ba519b99375e2aadd7b6be6 100644 (file)
@@ -12,6 +12,8 @@ error[E0432]: unresolved import `non_existent`
    |
 LL | use non_existent::non_existent;
    |     ^^^^^^^^^^^^ maybe a missing crate `non_existent`?
+   |
+   = help: consider adding `extern crate non_existent` to use the `non_existent` crate
 
 error: cannot determine resolution for the derive macro `NonExistent`
   --> $DIR/issue-55457.rs:5:10