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