semver 0.1.4

Semantic version parsing and comparison.
Build #27238 2016-08-19T22:35:06.492358+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.4
Documenting semver v0.1.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.4/doc -L dependency=/home/cratesfyi/semver-0.1.4/debug -L dependency=/home/cratesfyi/semver-0.1.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:98:9: 98:11 error: expected one of `.`, `;`, `?`, `}`, or an operator, found `if` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:98         if !self.pre.is_empty() {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:173:62: 173:63 error: expected type, found `|` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:173 fn take_nonempty_prefix<T:Iterator<char>>(rdr: &mut T, pred: |char| -> bool)
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:192:30: 192:31 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:192     match from_str::<uint>(s[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:192:30: 192: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.4/src/version.rs:192     match from_str::<uint>(s[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:203:17: 203:18 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:203     } else if s[].chars().all(|c| c.is_digit(10)) && s[].char_at(0) != '0' {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:295:20: 295:22 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:295             major: 1u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:295:20: 295:22 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:296:20: 296:22 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:296             minor: 2u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/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.4/src/version.rs:297:20: 297:22 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/version.rs:297             patch: 3u,
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/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.4/src/version_req.rs:527:14: 527: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.4/src/version_req.rs:527             ))
^
error: aborting due to 10 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `semver v0.1.4`, intermediate artifacts can be found at `/home/cratesfyi/semver-0.1.4`,
cause: ChainedError {
error: Could not document `semver`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.4/src/lib.rs --crate-name semver -o /home/cratesfyi/semver-0.1.4/doc -L dependency=/home/cratesfyi/semver-0.1.4/debug -L dependency=/home/cratesfyi/semver-0.1.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.