[go: up one dir, main page]

nom 0.1.1

A byte oriented, zero copy, parser combinators library
Build #9806 2016-08-06 22:36:31

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 nom v0.1.1
Documenting nom v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.1.1/doc -L dependency=/home/cratesfyi/nom-0.1.1/debug -L dependency=/home/cratesfyi/nom-0.1.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/producer.rs:85:50: 85:51 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/producer.rs:85           IoErrorKind::EndOfFile  => Eof(&self.v[]),
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/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.1/src/producer.rs:85           IoErrorKind::EndOfFile  => Eof(&self.v[]),
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/producer.rs:91:22: 91:23 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/producer.rs:91         Data(&self.v[])
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/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.1/src/producer.rs:91         Data(&self.v[])
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/nom.rs:544:18: 544:21 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/nom.rs:544     let arr:[u8; 6us] = [3, 4, 5, 6, 7, 8];
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/nom.rs:544:18: 544:21 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/nom.rs:553:22: 553:23 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/nom.rs:553     let d = Done(&v1[], &v2[]);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/nom.rs:553:22: 553: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.1/src/nom.rs:553     let d = Done(&v1[], &v2[]);
^
thread 'main' panicked at 'ChainedError {
error: failed to compile `nom v0.1.1`, intermediate artifacts can be found at `/home/cratesfyi/nom-0.1.1`,
cause: ChainedError {
error: Could not document `nom`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.1.1/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.1.1/doc -L dependency=/home/cratesfyi/nom-0.1.1/debug -L dependency=/home/cratesfyi/nom-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.