blob: 6ae5bd1fc26493e28396575d1156d402613d86a9 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0432]: unresolved import `unresolved`
--> $DIR/issue-1697.rs:3:5
|
LL | use unresolved::*;
| ^^^^^^^^^^ maybe a missing `extern crate unresolved;`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
|