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.10
Documenting iobuf v5.4.10
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.4.10/doc -L dependency=/home/cratesfyi/iobuf-5.4.10/debug -L dependency=/home/cratesfyi/iobuf-5.4.10/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/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.10/src/raw.rs:6 use std::marker::{NoCopy, PhantomData};
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/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.10/src/raw.rs:9 use std::raw::{self, Repr};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/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.10/src/bufspan.rs:4 use std::iter::{self, order, IntoIterator, FromIterator};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:479:20: 479:34 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:479 let s_slice: raw::Slice<u8> = mem::transmute(s);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:479:20: 479: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.10/src/raw.rs:564:46: 564:60 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:564 pub unsafe fn as_raw_limit_slice(&self) -> raw::Slice<u8> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:564:46: 564: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.10/src/raw.rs:565:5: 565:15 error: `raw::Slice` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:565 raw::Slice {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:582:47: 582:61 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:582 pub unsafe fn as_raw_window_slice(&self) -> raw::Slice<u8> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:582:47: 582: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.10/src/raw.rs:583:5: 583:15 error: `raw::Slice` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:583 raw::Slice {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:1084:14: 1084:28 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:1084 let dst: raw::Slice<u8> = mem::transmute(dst);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:1084:14: 1084: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.10/src/raw.rs:1127:14: 1127:28 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:1127 let src: raw::Slice<u8> = mem::transmute(src);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/raw.rs:1127:14: 1127: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.10/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.10/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.10`, intermediate artifacts can be found at `/home/cratesfyi/iobuf-5.4.10`,
cause: ChainedError {
error: Could not document `iobuf`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.4.10/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.4.10/doc -L dependency=/home/cratesfyi/iobuf-5.4.10/debug -L dependency=/home/cratesfyi/iobuf-5.4.10/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.