You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually changing where F: ::futures::Future<Item = (), Error = ()> to where F: std::future::Future<Output = ()> fixed the issue. Can anyone have a look into that? Should I change some version of some crates?
Compile failure with generated code.
cargo.toml
The text was updated successfully, but these errors were encountered: