nom 0.1.5

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