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`
Documenting iobuf v5.6.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.6.3/doc -L dependency=/home/cratesfyi/iobuf-5.6.3/debug -L dependency=/home/cratesfyi/iobuf-5.6.3/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:10:22: 10:26 error: unresolved import `std::raw::Repr`. There is no `Repr` in `std::raw` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:10 use std::raw::{self, Repr};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:630:46: 630:60 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:630 pub unsafe fn as_raw_limit_slice(&self) -> raw::Slice<u8> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:630:46: 630: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.6.3/src/raw.rs:631:5: 631:15 error: `raw::Slice` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:631 raw::Slice {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:648:47: 648:61 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:648 pub unsafe fn as_raw_window_slice(&self) -> raw::Slice<u8> {
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:648:47: 648: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.6.3/src/raw.rs:649:5: 649:15 error: `raw::Slice` does not name a structure [E0422]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:649 raw::Slice {
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:1163:14: 1163:28 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:1163 let dst: raw::Slice<u8> = mem::transmute(dst);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:1163:14: 1163: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.6.3/src/raw.rs:1201:14: 1201:28 error: type name `raw::Slice` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:1201 let src: raw::Slice<u8> = mem::transmute(src);
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:1201:14: 1201: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.6.3/src/raw.rs:548:19: 548:23 error: no method named `repr` found for type `&'a [u8]` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:548 let len = s.repr().len;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:555:32: 555:36 error: no method named `repr` found for type `&'a [u8]` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:555 buf: NonZero::new(s.repr().data as *mut u8),
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:569:17: 569:21 error: no method named `repr` found for type `&[u8]` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:569 let s = s.repr();
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:578:17: 578:21 error: no method named `repr` found for type `&[u8]` in the current scope
.cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/raw.rs:578 let s = s.repr();
^~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `iobuf v5.6.3`, intermediate artifacts can be found at `/home/cratesfyi/iobuf-5.6.3`,
cause: ChainedError {
error: Could not document `iobuf`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/iobuf-5.6.3/src/lib.rs --crate-name iobuf -o /home/cratesfyi/iobuf-5.6.3/doc -L dependency=/home/cratesfyi/iobuf-5.6.3/debug -L dependency=/home/cratesfyi/iobuf-5.6.3/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.