Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading hyperdex v1.1.0 Fresh libc v0.2.23 Fresh rustc-serialize v0.3.24 Fresh errno v0.1.8 Fresh num_cpus v1.5.1 Documenting hyperdex v1.1.0 Running `rustdoc --crate-name hyperdex .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-1744e8bc49f70b5a.rlib --extern-version num_cpus=num_cpus,1.5.1 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern errno=/home/cratesfyi/cratesfyi/debug/deps/liberrno-56832ae705aa9fc0.rlib --extern-version errno=errno,0.1.8` error[E0432]: unresolved import `std::sync::Future` --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client.rs:16:5 | 16 | use std::sync::Future; | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` error[E0432]: unresolved import `std::sync::Future` --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:3:5 | 3 | use std::sync::Future; | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` error[E0432]: unresolved import `std::thunk::Thunk` --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:4:5 | 4 | use std::thunk::Thunk; | ^^^^^^^^^^^^^^^^^ Could not find `thunk` in `std` error: use of unstable library feature 'mpsc_select': This implementation, while likely sufficient, is unsafe and likely to be error prone. At some point in the future this module will likely be replaced, and it is currently unknown how much API breakage that will cause. The ability to select over a number of channels will remain forever, but no guarantees beyond this are being made (see issue #27800) --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:99:21 | 99 | / select!( 100 | | // Add a new request 101 | | msg = req_rx.recv() => { 102 | | match msg { ... | 117 | | } 118 | | ) | |_____________________^ | = help: add #![feature(mpsc_select)] to the crate attributes to enable = note: this error originates in a macro outside of the current crate error: use of unstable library feature 'mpsc_select': This implementation, while likely sufficient, is unsafe and likely to be error prone. At some point in the future this module will likely be replaced, and it is currently unknown how much API breakage that will cause. The ability to select over a number of channels will remain forever, but no guarantees beyond this are being made (see issue #27800) --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:99:21 | 99 | / select!( 100 | | // Add a new request 101 | | msg = req_rx.recv() => { 102 | | match msg { ... | 117 | | } 118 | | ) | |_____________________^ | = help: add #![feature(mpsc_select)] to the crate attributes to enable = note: this error originates in a macro outside of the current crate error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:141:5 | 141 | fn from_hyper(val: HyperValue) -> Result<Self, HyperObjectKeyError>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound = note: required by `std::result::Result` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `hyperdex`., cause: process didn't exit successfully: `rustdoc --crate-name hyperdex .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-1744e8bc49f70b5a.rlib --extern-version num_cpus=num_cpus,1.5.1 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern errno=/home/cratesfyi/cratesfyi/debug/deps/liberrno-56832ae705aa9fc0.rlib --extern-version errno=errno,0.1.8` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.