tokio/ui-tests/tests/ui/tokio_without_net_missing_net.stderr
Carl Lerche f1f61a3b15
net: reorganize crate in anticipation of #1264 (#1453)
Space is made to add `tcp`, `udp`, `uds`, ... modules.
2019-08-15 15:04:21 -07:00

8 lines
254 B
Plaintext

error[E0432]: unresolved import `ui_tests::tokio::net`
--> $DIR/tokio_without_net_missing_net.rs:1:5
|
1 | use ui_tests::tokio::net;
| ^^^^^^^^^^^^^^^^^^^^ no `net` in `tokio`
For more information about this error, try `rustc --explain E0432`.