]> git.lizzy.rs Git - rust.git/blob - tests/ui/unresolved/unresolved-import-recovery.stderr
Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl, r...
[rust.git] / tests / ui / unresolved / unresolved-import-recovery.stderr
1 error[E0432]: unresolved import `unresolved`
2   --> $DIR/unresolved-import-recovery.rs:4:13
3    |
4 LL |     pub use unresolved;
5    |             ^^^^^^^^^^ no `unresolved` in the root
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0432`.