chore: rename ui-tests -> build-tests (#1460)

This commit is contained in:
Carl Lerche
2019-08-16 09:26:56 -07:00
committed by GitHub
parent ce7e60e396
commit ba1829fd26
22 changed files with 55 additions and 55 deletions
@@ -0,0 +1,7 @@
error[E0432]: unresolved import `build_tests::tokio_executor::current_thread`
--> $DIR/executor_without_current_thread.rs:1:5
|
1 | use build_tests::tokio_executor::current_thread;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `current_thread` in `tokio_executor`
For more information about this error, try `rustc --explain E0432`.