mirror of https://github.com/rust-lang/rust.git
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
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 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|