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.19.0-dev (28a93c1f4 2017-05-31)# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading lambda v0.0.1
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 -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 '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 -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)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.