mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
reactor: rename tokio-reactor -> tokio-net (#1450)
* reactor: rename tokio-reactor -> tokio-net This is in preparation for #1264
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
use ui_tests::tokio::reactor;
|
||||
|
||||
fn main() {}
|
||||
@@ -0,0 +1,7 @@
|
||||
error[E0432]: unresolved import `ui_tests::tokio::reactor`
|
||||
--> $DIR/tokio_without_net_missing_reactor.rs:1:5
|
||||
|
|
||||
1 | use ui_tests::tokio::reactor;
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^ no `reactor` in `tokio`
|
||||
|
||||
For more information about this error, try `rustc --explain E0432`.
|
||||
Reference in New Issue
Block a user