nom 0.2.1

A byte oriented, zero copy, parser combinators library
Build #9799 2016-08-06T22:35:50.680495+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.2.1
Documenting nom v0.2.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.2.1/doc -L dependency=/home/cratesfyi/nom-0.2.1/debug -L dependency=/home/cratesfyi/nom-0.2.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 error: the trait bound `O: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20   fn flat_map<'y,F:Fn(O) -> IResult<O,N>>(& self, f: F) -> IResult<I,N>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 help: consider adding a `where O: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 note: required by `internal::IResult` 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 error: the trait bound `N: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20   fn flat_map<'y,F:Fn(O) -> IResult<O,N>>(& self, f: F) -> IResult<I,N>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 help: consider adding a `where N: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 note: required by `internal::IResult` 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 error: the trait bound `I: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20   fn flat_map<'y,F:Fn(O) -> IResult<O,N>>(& self, f: F) -> IResult<I,N>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 help: consider adding a `where I: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/map.rs:20:3: 20:73 note: required by `internal::IResult` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `nom v0.2.1`, intermediate artifacts can be found at `/home/cratesfyi/nom-0.2.1`,
cause: ChainedError {
error: Could not document `nom`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nom-0.2.1/src/lib.rs --crate-name nom -o /home/cratesfyi/nom-0.2.1/doc -L dependency=/home/cratesfyi/nom-0.2.1/debug -L dependency=/home/cratesfyi/nom-0.2.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.