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

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