]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/intra-doc/unresolved-import-recovery.stderr
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / rustdoc-ui / intra-doc / unresolved-import-recovery.stderr
1 error[E0433]: failed to resolve: maybe a missing crate `unresolved_crate`?
2   --> $DIR/unresolved-import-recovery.rs:3:5
3    |
4 LL | use unresolved_crate::module::Name;
5    |     ^^^^^^^^^^^^^^^^ maybe a missing crate `unresolved_crate`?
6    |
7    = help: consider adding `extern crate unresolved_crate` to use the `unresolved_crate` crate
8
9 error: Compilation failed, aborting rustdoc
10
11 error: aborting due to 2 previous errors
12
13 For more information about this error, try `rustc --explain E0433`.