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