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

10 lines
230 B
Plaintext
Raw Normal View History

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