rust/src/test/ui/rust-2018/uniform-paths/deadlock.stderr

10 lines
209 B
Plaintext
Raw Normal View History

error[E0432]: unresolved import
--> $DIR/deadlock.rs:4:5
|
2019-03-09 06:03:44 -06:00
LL | use foo::bar;
| ^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.