10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
|
error[E0432]: unresolved import
|
||
|
--> $DIR/deadlock.rs:4:5
|
||
|
|
|
||
|
LL | use foo::bar; //~ ERROR unresolved import
|
||
|
| ^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0432`.
|