Build #27242 2016-08-19T22:35:29.727685+00:00
# 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.0
Documenting semver v0.1.0
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.0/doc -L dependency=/home/cratesfyi/semver-0.1.0/debug -L dependency=/home/cratesfyi/semver-0.1.0/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:96:9: 96:11 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `if` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:96         if !self.pre.is_empty() {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:171:62: 171:63 error: expected type, found `|` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:171 fn take_nonempty_prefix<T:Iterator<char>>(rdr: &mut T, pred: |char| -> bool)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:190:30: 190:31 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:190     match from_str::<uint>(s[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:190:30: 190:31 error: expected one of `.`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `{`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:190     match from_str::<uint>(s[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:201:17: 201:18 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:201     } else if s[].chars().all(char::is_digit) && s[].char_at(0) != '0' {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:297:20: 297:22 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:297             major: 1u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/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.0/src/version.rs:298:20: 298:22 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:298             minor: 2u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/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.0/src/version.rs:299:20: 299:22 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:299             patch: 3u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version.rs:299:20: 299:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version_req.rs:505:14: 505:15 error: macros that expand to items must either be surrounded with braces or followed by a semicolon 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/version_req.rs:505             ))
^
error: aborting due to 10 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `semver v0.1.0`, intermediate artifacts can be found at `/home/cratesfyi/semver-0.1.0`,
cause: ChainedError {
error: Could not document `semver`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.0/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.0/doc -L dependency=/home/cratesfyi/semver-0.1.0/debug -L dependency=/home/cratesfyi/semver-0.1.0/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.