2019-10-25 12:50:15 -07:00
|
|
|
error[E0432]: unresolved import `tests_build::tokio_net::udp`
|
2019-08-16 09:26:56 -07:00
|
|
|
--> $DIR/net_without_udp_missing_udp.rs:1:5
|
|
|
|
|
|
|
2019-10-25 12:50:15 -07:00
|
|
|
1 | use tests_build::tokio_net::udp;
|
2019-08-16 09:26:56 -07:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `udp` in `tokio_net`
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|