nom 0.0.1

A byte oriented, zero copy, parser combinators library
Build #9809 2016-08-06T22:36:46.356290+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.0.1
Documenting nom v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.0.1/doc -L dependency=/home/cratesfyi/nom-0.0.1/debug -L dependency=/home/cratesfyi/nom-0.0.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:511:18: 511:20 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:511     let arr:[u8; 6u] = [3, 4, 5, 6, 7, 8];
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:511:18: 511:20 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:627:19: 627:21 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:627     let arr1:[u8; 6u] = [3, 4, 5, 6, 7, 8];
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:627:19: 627:21 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:633:19: 633:21 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:633     let arr2:[u8; 6u] = [0, 4, 5, 6, 7, 8];
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:633:19: 633:21 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:635:17: 635:19 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:635     let i2:[u8; 5u] = [4,5,6,7,8];
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:635:17: 635:19 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:639:19: 639:21 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:639     let arr3:[u8; 7u] = [8, 4, 5, 6, 7, 8, 9];
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/nom.rs:639:19: 639:21 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/internal.rs:8:10: 8:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/internal.rs:8 #[derive(Show,PartialEq,Eq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/internal.rs:8:10: 8:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/producer.rs:7:10: 7:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/producer.rs:7 #[derive(Show,PartialEq,Eq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/producer.rs:7:10: 7:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/consumer.rs:6:10: 6:14 error: `#[derive]` for custom traits is not stable enough for use and is subject to change (see issue #29644) 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/consumer.rs:6 #[derive(Show,PartialEq,Eq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/consumer.rs:6:10: 6:14 help: add #![feature(custom_derive)] to the crate attributes to enable 
error: aborting due to 8 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `nom v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/nom-0.0.1`,
cause: ChainedError {
error: Could not document `nom`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.0.1/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.0.1/doc -L dependency=/home/cratesfyi/nom-0.0.1/debug -L dependency=/home/cratesfyi/nom-0.0.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.