futures-preview 0.3.0-alpha.14

An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Documentation
Build #154490 2019-04-15T18:45:28.315309+00:00
# rustc version
rustc 1.35.0-nightly (474e7a648 2019-04-07)
# docs.rs version
cratesfyi 0.6.0 (54fff31 2019-04-12)

# build log
Updating crates.io index
Downloading crates ...
Downloaded futures-preview v0.3.0-alpha.14
Fresh unicode-xid v0.1.0
Fresh autocfg v0.1.2
Fresh rand_core v0.4.0
Fresh either v1.5.2
Fresh pin-utils v0.1.0-alpha.4
Fresh slab v0.4.2
Checking futures-core-preview v0.3.0-alpha.14
Fresh rand_core v0.3.1
Fresh rand_jitter v0.1.3
Fresh proc-macro2 v0.4.27
Running `rustc --edition=2018 --crate-name futures_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.14/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=69e6963cfa6a656c -C extra-filename=-69e6963cfa6a656c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-bdc8bce0295e6151.rmeta --cap-lints allow`
Fresh libc v0.2.51
Fresh rand_xorshift v0.1.1
Fresh rand_hc v0.1.0
Fresh rand_isaac v0.1.1
Fresh proc-macro-nested v0.1.3
Fresh quote v0.6.12
Fresh rand_chacha v0.1.1
Fresh rand_pcg v0.1.2
Fresh iovec v0.1.2
Fresh rand_os v0.1.3
Fresh num_cpus v1.10.0
Fresh syn v0.15.31
Fresh rand v0.6.5
Fresh proc-macro-hack v0.5.4
Fresh futures-select-macro-preview v0.3.0-alpha.14
error[E0658]: use of unstable library feature 'alloc': this library is unlikely to be stabilized in its current form or name (see issue #27783)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.14/src/lib.rs:16:1
|
16 | extern crate alloc;
| ^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(alloc)] to the crate attributes to enable

error[E0599]: no method named `wake_by_ref` found for type `&std::task::Waker` in the current scope
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.14/src/task/__internal/atomic_waker.rs:244:23
|
244 |                 waker.wake_by_ref();
|                       ^^^^^^^^^^^

error: aborting due to 2 previous errors

Some errors occurred: E0599, E0658.
For more information about an error, try `rustc --explain E0599`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustc --edition=2018 --crate-name futures_core /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.14/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg \'feature=\"alloc\"\' --cfg \'feature=\"either\"\' --cfg \'feature=\"std\"\' -C metadata=69e6963cfa6a656c -C extra-filename=-69e6963cfa6a656c --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-bdc8bce0295e6151.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not compile `futures-core-preview`.', src/bin/cratesfyi.rs:143:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.