Skip to content

Instantly share code, notes, and snippets.

@DoumanAsh
Created April 17, 2019 19:28
Show Gist options
  • Save DoumanAsh/b1a6a575517be739110a4290d602e2d2 to your computer and use it in GitHub Desktop.
Save DoumanAsh/b1a6a575517be739110a4290d602e2d2 to your computer and use it in GitHub Desktop.
error[E0282]: type annotations needed
--> src\multi.rs:158:5
|
158 | / fn spawn(self) where Self: 'static + Future<Item=(), Error=()> + Send {
159 | | spawn(self);
160 | | }
| |_____^ cannot infer type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment