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.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading allocators v0.1.9 Documenting allocators v0.1.9 Running `rustdoc --crate-name allocators .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs:55:5 | 55 | use std::ptr::Unique; | ^^^^^^^^^^^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0658]: use of unstable library feature 'allocator_api': the precise API and guarantees it provides may be tweaked slightly, especially to possibly take into account the types being stored to make room for a future tracing garbage collector (see issue #32838) --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs:57:5 | 57 | use alloc::heap; | ^^^^^^^^^^^ | = help: add #![feature(allocator_api)] to the crate attributes to enable error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:7:5 | 7 | use std::ptr::Unique; | ^^^^^^^^^^^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:12:11 | 12 | item: Unique<T>, | ^^^^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0658]: use of unstable library feature 'ptr_internals': use NonNull instead and consider PhantomData<T> (if you also use #[may_dangle]), Send, and/or Sync (see issue #0) --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs:170:10 | 170 | ptr: Unique<u8>, | ^^^^^^^^^^ | = help: add #![feature(ptr_internals)] to the crate attributes to enable error[E0200]: the trait `std::ops::Place<T>` requires an `unsafe impl` declaration --> .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/boxed.rs:141:1 | 141 | / impl<'a, T: 'a, A: 'a + ?Sized + Allocator> StdPlace<T> for Place<'a, T, A> { 142 | | fn pointer(&mut self) -> *mut T { 143 | | self.block.ptr() as *mut T 144 | | } 145 | | } | |_^ error: Compilation failed, aborting rustdoc You've got a few errors: E0200, E0658 If you want more information on an error, try using "rustc --explain E0200" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `allocators`., cause: process didn't exit successfully: `rustdoc --crate-name allocators .cargo/registry/src/github.com-1ecc6299db9ec823/allocators-0.1.9/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.