Created
December 7, 2020 15:42
-
-
Save bobmcwhirter/07b46291d516b0e16edc6218d8596758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Compiling drogue-async v0.1.0 (/Users/bob/repos/drogue/drogue-async) | |
| error[E0432]: unresolved imports `crate::executor::spawn`, `crate::executor::defer` | |
| --> src/executor.rs:361:37 | |
| | | |
| 361 | use crate::executor::{Executor, spawn, run, defer}; | |
| | ^^^^^ ^^^^^ no `defer` in `executor` | |
| | | | |
| | no `spawn` in `executor` | |
| error: aborting due to previous error | |
| For more information about this error, try `rustc --explain E0432`. | |
| error: could not compile `drogue-async` | |
| To learn more, run the command again with --verbose. | |
| warning: build failed, waiting for other jobs to finish... | |
| error: build failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment