blob: b4ac15c588ebd28161a0370df1d61836c5ec2c6c [file] [log] [blame]
error[E0432]: unresolved import
--> $DIR/deadlock.rs:4:5
|
LL | use foo::bar;
| ^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.