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 error v0.1.1 Compiling typeable v0.1.2 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/typeable-0.1.2/src/lib.rs --crate-name typeable --crate-type lib -g -C metadata=ad302c7c6ce39362 -C extra-filename=-ad302c7c6ce39362 --out-dir /home/cratesfyi/error-0.1.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/error-0.1.1/debug/deps -L dependency=/home/cratesfyi/error-0.1.1/debug/deps --cap-lints allow` Documenting error v0.1.1 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs --crate-name error -o /home/cratesfyi/error-0.1.1/doc -L dependency=/home/cratesfyi/error-0.1.1/debug -L dependency=/home/cratesfyi/error-0.1.1/debug/deps --extern typeable=/home/cratesfyi/error-0.1.1/debug/deps/libtypeable-ad302c7c6ce39362.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:122:45: 122:47 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:122 Box::new(ParseError { location: 7u }) ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:122:45: 122:47 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:9:5: 9:19 error: unresolved import `std::fmt::Show`. There is no `Show` in `std::fmt` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:9 use std::fmt::Show; ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:11:5: 11:28 error: unresolved import `std::intrinsics::TypeId`. There is no `TypeId` in `std::intrinsics` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:11 use std::intrinsics::TypeId; ^~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:13:5: 13:26 error: unresolved import `std::error::FromError`. There is no `FromError` in `std::error` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:13 use std::error::FromError; ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:63:18: 63:22 error: `Show` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:63 pub trait Error: Show + Send + Typeable + StdError { } ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:65:20: 65:24 error: `Show` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:65 impl<S: StdError + Show + Send + Typeable> Error for S { } ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:83:16: 83:28 error: `FromError` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs:83 impl<E: Error> FromError<E> for Box<Error> { ^~~~~~~~~~~~ error: cannot continue compilation due to previous error thread 'main' panicked at 'ChainedError { error: failed to compile `error v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/error-0.1.1`, cause: ChainedError { error: Could not document `error`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.1/src/lib.rs --crate-name error -o /home/cratesfyi/error-0.1.1/doc -L dependency=/home/cratesfyi/error-0.1.1/debug -L dependency=/home/cratesfyi/error-0.1.1/debug/deps --extern typeable=/home/cratesfyi/error-0.1.1/debug/deps/libtypeable-ad302c7c6ce39362.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.