lambda 0.0.1

Utilities and macros for functional programming with closures
Build #104204 2018-06-06 09:40:23

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.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling morphism v0.4.1
Running `rustc --crate-name morphism .cargo/registry/src/github.com-1ecc6299db9ec823/morphism-0.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=af835ba57923c976 -C extra-filename=-af835ba57923c976 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting lambda v0.0.1
Running `rustdoc --crate-name lambda .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern morphism=/home/cratesfyi/cratesfyi/debug/deps/libmorphism-af835ba57923c976.rlib --extern-version morphism=morphism,0.4.1`
error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91:26
|
91 |             .o(| (x,) | (0u + x, 1u + x))
|                          ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:91:34
|
91 |             .o(| (x,) | (0u + x, 1u + x))
|                                  ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:28
|
92 |             .o(| (x, y) | (0u + x, 1u + y, 2u + y))
|                            ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:36
|
92 |             .o(| (x, y) | (0u + x, 1u + y, 2u + y))
|                                    ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: invalid suffix `u` for numeric literal
--> .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs:92:44
|
92 |             .o(| (x, y) | (0u + x, 1u + y, 2u + y))
|                                            ^^
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `lambda`.,
cause: process didn't exit successfully: `rustdoc --crate-name lambda .cargo/registry/src/github.com-1ecc6299db9ec823/lambda-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern morphism=/home/cratesfyi/cratesfyi/debug/deps/libmorphism-af835ba57923c976.rlib --extern-version morphism=morphism,0.4.1` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.