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.4 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.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/error-0.1.4/debug/deps -L dependency=/home/cratesfyi/error-0.1.4/debug/deps --cap-lints allow` Documenting error v0.1.4 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/src/lib.rs --crate-name error -o /home/cratesfyi/error-0.1.4/doc -L dependency=/home/cratesfyi/error-0.1.4/debug -L dependency=/home/cratesfyi/error-0.1.4/debug/deps --extern typeable=/home/cratesfyi/error-0.1.4/debug/deps/libtypeable-ad302c7c6ce39362.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/src/lib.rs:131:45: 131:48 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/src/lib.rs:131 Box::new(ParseError { location: 7us }) ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/src/lib.rs:131:45: 131:48 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/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.4/src/lib.rs:13 use std::error::FromError; ^~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/src/lib.rs:83:16: 83:28 error: `FromError` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/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.4`, intermediate artifacts can be found at `/home/cratesfyi/error-0.1.4`, cause: ChainedError { error: Could not document `error`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.1.4/src/lib.rs --crate-name error -o /home/cratesfyi/error-0.1.4/doc -L dependency=/home/cratesfyi/error-0.1.4/debug -L dependency=/home/cratesfyi/error-0.1.4/debug/deps --extern typeable=/home/cratesfyi/error-0.1.4/debug/deps/libtypeable-ad302c7c6ce39362.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.