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 cbor v0.3.8
Compiling byteorder v0.5.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-0.5.3/src/lib.rs --crate-name byteorder --crate-type lib -g --cfg feature=\"std\" --cfg feature=\"default\" -C metadata=e4fc6ea0c49cabcf -C extra-filename=-e4fc6ea0c49cabcf --out-dir /home/cratesfyi/cbor-0.3.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cbor-0.3.8/debug/deps -L dependency=/home/cratesfyi/cbor-0.3.8/debug/deps --cap-lints allow`
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/cbor-0.3.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/cbor-0.3.8/debug/deps -L dependency=/home/cratesfyi/cbor-0.3.8/debug/deps --cap-lints allow`
Documenting cbor v0.3.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs --crate-name cbor -o /home/cratesfyi/cbor-0.3.8/doc -L dependency=/home/cratesfyi/cbor-0.3.8/debug -L dependency=/home/cratesfyi/cbor-0.3.8/debug/deps --extern byteorder=/home/cratesfyi/cbor-0.3.8/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/cbor-0.3.8/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:728:11: 728:27 error: type name `byteorder::Error` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:728 impl From<byteorder::Error> for CborError {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:728:11: 728:27 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:728:11: 728:27 help: `std::error::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:728:11: 728:27 help: `std::fmt::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:728:11: 728:27 help: `std::io::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:729:18: 729:34 error: type name `byteorder::Error` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:729 fn from(err: byteorder::Error) -> CborError {
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:729:18: 729:34 help: you can import several candidates into scope (`use ...;`):
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:729:18: 729:34 help: `std::error::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:729:18: 729:34 help: `std::fmt::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:729:18: 729:34 help: `std::io::Error`
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:731:13: 731:44 error: failed to resolve. Could not find `Error` in `byteorder` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:731 byteorder::Error::UnexpectedEOF => CborError::UnexpectedEOF,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:732:13: 732:33 error: failed to resolve. Could not find `Error` in `byteorder` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs:732 byteorder::Error::Io(err) => From::from(err),
^~~~~~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `cbor v0.3.8`, intermediate artifacts can be found at `/home/cratesfyi/cbor-0.3.8`,
cause: ChainedError {
error: Could not document `cbor`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/cbor-0.3.8/src/lib.rs --crate-name cbor -o /home/cratesfyi/cbor-0.3.8/doc -L dependency=/home/cratesfyi/cbor-0.3.8/debug -L dependency=/home/cratesfyi/cbor-0.3.8/debug/deps --extern byteorder=/home/cratesfyi/cbor-0.3.8/debug/deps/libbyteorder-e4fc6ea0c49cabcf.rlib --extern rustc_serialize=/home/cratesfyi/cbor-0.3.8/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.