udp: move tokio-udp into tokio-net (#1459)

This commit is contained in:
Carl Lerche
2019-08-16 07:26:10 -07:00
committed by GitHub
parent d8b23ef852
commit ce7e60e396
16 changed files with 46 additions and 27 deletions
@@ -0,0 +1,4 @@
use ui_tests::tokio_net::udp;
fn main() {}
@@ -0,0 +1,7 @@
error[E0432]: unresolved import `ui_tests::tokio_net::udp`
--> $DIR/net_without_udp_missing_udp.rs:1:5
|
1 | use ui_tests::tokio_net::udp;
| ^^^^^^^^^^^^^^^^^^^^^^^^ no `udp` in `tokio_net`
For more information about this error, try `rustc --explain E0432`.