summaryrefslogtreecommitdiffstats
path: root/tests-build/tests/fail/net_without_tcp_missing_tcp.stderr
blob: 83ff59fb4b324164f9b032aa472f08d199cbf003 (plain)
1
2
3
4
5
6
7
error[E0432]: unresolved import `tests_build::tokio_net::tcp`
 --> $DIR/net_without_tcp_missing_tcp.rs:1:5
  |
1 | use tests_build::tokio_net::tcp;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `tcp` in `tokio_net`

For more information about this error, try `rustc --explain E0432`.