lambda 0.0.1

Utilities and macros for functional programming with closures
Build #19191 2016-08-14 03:51:24

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 lambda v0.0.1
Compiling morphism v0.4.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/morphism-0.4.1/src/lib.rs --crate-name morphism --crate-type lib -g -C metadata=771d273c7b637f60 -C extra-filename=-771d273c7b637f60 --out-dir /home/cratesfyi/lambda-0.0.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/lambda-0.0.1/debug/deps -L dependency=/home/cratesfyi/lambda-0.0.1/debug/deps --cap-lints allow`
Documenting lambda v0.0.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs --crate-name lambda -o /home/cratesfyi/lambda-0.0.1/doc -L dependency=/home/cratesfyi/lambda-0.0.1/debug -L dependency=/home/cratesfyi/lambda-0.0.1/debug/deps --extern morphism=/home/cratesfyi/lambda-0.0.1/debug/deps/libmorphism-771d273c7b637f60.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91:26: 91:28 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91             .o(| (x,) | (0u + x, 1u + x))
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91:26: 91:28 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91:34: 91:36 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91             .o(| (x,) | (0u + x, 1u + x))
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91:34: 91:36 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:28: 92:30 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92             .o(| (x, y) | (0u + x, 1u + y, 2u + y))
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:28: 92:30 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:36: 92:38 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92             .o(| (x, y) | (0u + x, 1u + y, 2u + y))
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:36: 92:38 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:44: 92:46 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92             .o(| (x, y) | (0u + x, 1u + y, 2u + y))
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:44: 92:46 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `lambda v0.0.1`, intermediate artifacts can be found at `/home/cratesfyi/lambda-0.0.1`,
cause: ChainedError {
error: Could not document `lambda`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs --crate-name lambda -o /home/cratesfyi/lambda-0.0.1/doc -L dependency=/home/cratesfyi/lambda-0.0.1/debug -L dependency=/home/cratesfyi/lambda-0.0.1/debug/deps --extern morphism=/home/cratesfyi/lambda-0.0.1/debug/deps/libmorphism-771d273c7b637f60.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.