2023-06-30 22:53:31 -05:00
|
|
|
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
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-06-30 22:53:31 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|