Files
tokio/ui-tests/tests/ui/tokio_without_net_missing_reactor.stderr
T
Carl Lerche 8538c25170 reactor: rename tokio-reactor -> tokio-net (#1450)
* reactor: rename tokio-reactor -> tokio-net

This is in preparation for #1264
2019-08-15 11:04:58 -07:00

8 lines
274 B
Plaintext

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`.