futures-core-preview 0.3.0-alpha.14

The core traits and types in for the `futures` library.
Documentation
Build #154480 2019-04-15T18:21:44.142743+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-core-preview v0.3.0-alpha.14
Fresh either v1.5.2
Documenting futures-core-preview v0.3.0-alpha.14
Running `rustdoc --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 --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="either"' --cfg 'feature="std"' -Z unstable-options --resource-suffix -20190407-1.35.0-nightly-474e7a648 --static-root-path / --disable-per-crate-search --extern-html-root-url 'either=https://docs.rs/either/1.5.2' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-bdc8bce0295e6151.rmeta`
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: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --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 --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg \'feature=\"alloc\"\' --cfg \'feature=\"default\"\' --cfg \'feature=\"either\"\' --cfg \'feature=\"std\"\' -Z unstable-options --resource-suffix -20190407-1.35.0-nightly-474e7a648 --static-root-path / --disable-per-crate-search --extern-html-root-url \'either=https://docs.rs/either/1.5.2\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-bdc8bce0295e6151.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

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