]> git.proxmox.com Git - rustc.git/blob - tests/ui/imports/issue-81413.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / imports / issue-81413.stderr
1 error[E0432]: unresolved import `doesnt_exist`
2 --> $DIR/issue-81413.rs:7:9
3 |
4 LL | pub use doesnt_exist::*;
5 | ^^^^^^^^^^^^ maybe a missing crate `doesnt_exist`?
6 |
7 = help: consider adding `extern crate doesnt_exist` to use the `doesnt_exist` crate
8
9 error: aborting due to 1 previous error
10
11 For more information about this error, try `rustc --explain E0432`.