2019-09-24 02:47:39 +09:00
|
|
|
error[E0432]: unresolved import `build_tests::tokio_net::uds`
|
2019-08-16 14:42:05 -07:00
|
|
|
--> $DIR/net_without_uds_missing_uds.rs:1:5
|
|
|
|
|
|
|
2019-09-24 02:47:39 +09:00
|
|
|
1 | use build_tests::tokio_net::uds;
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `uds` in `tokio_net`
|
2019-08-16 14:42:05 -07:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|