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