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 semver v0.1.9 Documenting semver v0.1.9 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.9/doc -L dependency=/home/cratesfyi/semver-0.1.9/debug -L dependency=/home/cratesfyi/semver-0.1.9/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:174:67: 174:68 error: expected type, found `|` .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:174 fn take_nonempty_prefix<T:Iterator<Item=char>>(rdr: &mut T, pred: |char| -> bool) ^ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:204:17: 204:18 error: expected expression, found `]` .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:204 } else if s[].chars().all(|c| c.is_digit(10)) && s[].char_at(0) != '0' { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:296:20: 296:22 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:296 major: 1u, ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:296:20: 296:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:297:20: 297:22 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:297 minor: 2u, ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:297:20: 297:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:298:20: 298:22 error: invalid suffix `u` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:298 patch: 3u, ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:298:20: 298:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:63:26: 63:30 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:63 #[derive(Clone,PartialEq,Show,PartialOrd)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version.rs:63:26: 63:30 help: add #![feature(custom_derive)] to the crate attributes to enable .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version_req.rs:451:15: 451:19 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version_req.rs:451 #[derive(Copy,Show,PartialEq)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version_req.rs:451:15: 451:19 help: add #![feature(custom_derive)] to the crate attributes to enable .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version_req.rs:460:10: 460:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version_req.rs:460 #[derive(Show)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/version_req.rs:460:10: 460:14 help: add #![feature(custom_derive)] to the crate attributes to enable error: aborting due to 9 previous errors thread 'main' panicked at 'ChainedError { error: failed to compile `semver v0.1.9`, intermediate artifacts can be found at `/home/cratesfyi/semver-0.1.9`, cause: ChainedError { error: Could not document `semver`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.9/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.9/doc -L dependency=/home/cratesfyi/semver-0.1.9/debug -L dependency=/home/cratesfyi/semver-0.1.9/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.