Closed orlp closed 6 years ago
It seems to be related to https://github.com/rust-lang-nursery/futures-rs/issues/892 .
The solution is under consideration, but as a workaround it is possible to build your project by adding following line to Cargo.toml
:
[dependencies]
futures = "= 0.1.18"
By updating futures
to v0.1.20
, this problem will be solved.
I have the latest Rust stable compiler, a total fresh test project, and fibers does not compile.