Build #9803 2016-08-06T22:36:14.815385+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 nom v0.1.4
Documenting nom v0.1.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.1.4/doc -L dependency=/home/cratesfyi/nom-0.1.4/debug -L dependency=/home/cratesfyi/nom-0.1.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/producer.rs:86:50: 86:51 error: expected expression, found `]`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/producer.rs:86 IoErrorKind::EndOfFile => Eof(&self.v[]),
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/producer.rs:86:50: 86:51 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/nom-0.1.4/src/producer.rs:86 IoErrorKind::EndOfFile => Eof(&self.v[]),
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/producer.rs:92:22: 92:23 error: expected expression, found `]`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/producer.rs:92 Data(&self.v[])
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/producer.rs:92:22: 92:23 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/nom-0.1.4/src/producer.rs:92 Data(&self.v[])
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/consumer.rs:90:31: 90:32 error: expected expression, found `]`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/consumer.rs:90 match self.consume(&acc[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/consumer.rs:90:31: 90:32 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/nom-0.1.4/src/consumer.rs:90 match self.consume(&acc[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/map.rs:541:22: 541:23 error: expected expression, found `]`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/map.rs:541 let d = Done(&v1[], &v2[]);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/map.rs:541:22: 541:23 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/nom-0.1.4/src/map.rs:541 let d = Done(&v1[], &v2[]);
^
thread 'main' panicked at 'ChainedError {
error: failed to compile `nom v0.1.4`, intermediate artifacts can be found at `/home/cratesfyi/nom-0.1.4`,
cause: ChainedError {
error: Could not document `nom`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.4/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.1.4/doc -L dependency=/home/cratesfyi/nom-0.1.4/debug -L dependency=/home/cratesfyi/nom-0.1.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.