blob: 810d41009c520292fe3893be55af4b71f9fd35ff (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0432]: unresolved import `crate::issue_85992_extern_2`
--> $DIR/issue-85992.rs:8:5
|
LL | use crate::issue_85992_extern_2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `issue_85992_extern_2` in the root
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
|