blob: 8bbc8f33039b946c9a76f0e24f2a38614422a06d [file] [log] [blame]
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`.