Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created December 7, 2020 15:42
Show Gist options
  • Select an option

  • Save bobmcwhirter/07b46291d516b0e16edc6218d8596758 to your computer and use it in GitHub Desktop.

Select an option

Save bobmcwhirter/07b46291d516b0e16edc6218d8596758 to your computer and use it in GitHub Desktop.
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