error 0.0.2

A fancy error type for highly generic cases.
Build #20206 2016-08-14 20:09:13

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.0.2 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.0.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/error-0.0.2/debug/deps -L dependency=/home/cratesfyi/error-0.0.2/debug/deps --cap-lints allow` Documenting error v0.0.2 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs --crate-name error -o /home/cratesfyi/error-0.0.2/doc -L dependency=/home/cratesfyi/error-0.0.2/debug -L dependency=/home/cratesfyi/error-0.0.2/debug/deps --extern typeable=/home/cratesfyi/error-0.0.2/debug/deps/libtypeable-ad302c7c6ce39362.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:9:16: 9:19 error: expected identifier, found keyword `mod` .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:9 use std::fmt::{mod, Show, Formatter}; ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:91:40: 91:42 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:91 box ParseError { location: 7u } ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:91:40: 91:42 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:59:22: 59:23 error: `$i1:pat` is followed by `:`, which is not allowed for `pat` fragments .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:59 ($m:expr, $i1:pat: $t1:ty => $e1:expr) => {{ ^ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:67:22: 67:23 error: `$i1:pat` is followed by `:`, which is not allowed for `pat` fragments .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:67 ($m:expr, $i1:pat: $t1:ty => $e1:expr, $($i:pat: $t:ty => $e:expr),+) => {{ ^ .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:67:52: 67:53 error: `$i:pat` is followed by `:`, which is not allowed for `pat` fragments .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs:67 ($m:expr, $i1:pat: $t1:ty => $e1:expr, $($i:pat: $t:ty => $e:expr),+) => {{ ^ error: aborting due to 5 previous errors thread 'main' panicked at 'ChainedError { error: failed to compile `error v0.0.2`, intermediate artifacts can be found at `/home/cratesfyi/error-0.0.2`, cause: ChainedError { error: Could not document `error`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/error-0.0.2/src/lib.rs --crate-name error -o /home/cratesfyi/error-0.0.2/doc -L dependency=/home/cratesfyi/error-0.0.2/debug -L dependency=/home/cratesfyi/error-0.0.2/debug/deps --extern typeable=/home/cratesfyi/error-0.0.2/debug/deps/libtypeable-ad302c7c6ce39362.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.