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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading iobuf v5.4.11 Documenting iobuf v5.4.11 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.4.11/doc -L dependency=/home/cratesfyi/iobuf-5.4.11/debug -L dependency=/home/cratesfyi/iobuf-5.4.11/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:6:19: 6:25 error: unresolved import `std::marker::NoCopy`. There is no `NoCopy` in `std::marker`. Did you mean to use `Copy`? [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:6 use std::marker::{NoCopy, PhantomData}; ^~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:9:22: 9:26 error: unresolved import `std::raw::Repr`. There is no `Repr` in `std::raw` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:9 use std::raw::{self, Repr}; ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/bufspan.rs:4:23: 4:28 error: unresolved import `std::iter::order`. There is no `order` in `std::iter` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/bufspan.rs:4 use std::iter::{self, order, IntoIterator, FromIterator}; ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:527:20: 527:34 error: type name `raw::Slice` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:527 let s_slice: raw::Slice<u8> = mem::transmute(s); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:527:20: 527:34 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:612:46: 612:60 error: type name `raw::Slice` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:612 pub unsafe fn as_raw_limit_slice(&self) -> raw::Slice<u8> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:612:46: 612:60 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:613:5: 613:15 error: `raw::Slice` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:613 raw::Slice { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:630:47: 630:61 error: type name `raw::Slice` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:630 pub unsafe fn as_raw_window_slice(&self) -> raw::Slice<u8> { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:630:47: 630:61 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:631:5: 631:15 error: `raw::Slice` does not name a structure [E0422] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:631 raw::Slice { ^~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:1145:14: 1145:28 error: type name `raw::Slice` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:1145 let dst: raw::Slice<u8> = mem::transmute(dst); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:1145:14: 1145:28 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:1183:14: 1183:28 error: type name `raw::Slice` is undefined or not in scope [E0412] .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:1183 let src: raw::Slice<u8> = mem::transmute(src); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:1183:14: 1183:28 help: no candidates by the name of `Slice` found in your project; maybe you misspelled the name or forgot to import an external crate? .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:34:31: 34:40 error: no associated item named `BITS` found for type `u32` in the current scope .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/raw.rs:34 const OWNED_MASK: u32 = 1 << (u32::BITS - 1); ^~~~~~~~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `iobuf v5.4.11`, intermediate artifacts can be found at `/home/cratesfyi/iobuf-5.4.11`, cause: ChainedError { error: Could not document `iobuf`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.11/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.4.11/doc -L dependency=/home/cratesfyi/iobuf-5.4.11/debug -L dependency=/home/cratesfyi/iobuf-5.4.11/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.