mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-18 00:00:09 +02:00
8 lines
263 B
Plaintext
8 lines
263 B
Plaintext
error[E0432]: unresolved import `build_tests::tokio::net`
|
|
--> $DIR/tokio_without_net_missing_net.rs:1:5
|
|
|
|
|
1 | use build_tests::tokio::net;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^ no `net` in `tokio`
|
|
|
|
For more information about this error, try `rustc --explain E0432`.
|