summaryrefslogtreecommitdiffstats
path: root/tests/ui/imports/issue-81413.stderr
blob: c2a32125011813181f9f0094cf492aafd98a800e (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0432]: unresolved import `doesnt_exist`
  --> $DIR/issue-81413.rs:7:9
   |
LL | pub use doesnt_exist::*;
   |         ^^^^^^^^^^^^ maybe a missing crate `doesnt_exist`?
   |
   = help: consider adding `extern crate doesnt_exist` to use the `doesnt_exist` crate

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0432`.