functional 0.0.7

Functional traits

Build #58145 2017-06-05 21:13:38

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 functional v0.0.7 Documenting functional v0.0.7 Running `rustdoc --crate-name functional .cargo/registry/src/github.com-1ecc6299db9ec823/functional-0.0.7/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0405]: cannot find trait `Zero` in module `num` --> .cargo/registry/src/github.com-1ecc6299db9ec823/functional-0.0.7/src/algebra/ops.rs:42:19 | 42 | where T: num::Zero + ops::Add<Output = T> | ^^^^ not found in `num` error[E0433]: failed to resolve. Could not find `Zero` in `num` --> .cargo/registry/src/github.com-1ecc6299db9ec823/functional-0.0.7/src/algebra/ops.rs:45:15 | 45 | <T as num::Zero>::zero() | ^^^^^^^^^^^^^^^^ Could not find `Zero` in `num` error[E0405]: cannot find trait `One` in module `num` --> .cargo/registry/src/github.com-1ecc6299db9ec823/functional-0.0.7/src/algebra/ops.rs:125:19 | 125 | where T: num::One + ops::Mul<Output = T> | ^^^ not found in `num` error[E0433]: failed to resolve. Could not find `One` in `num` --> .cargo/registry/src/github.com-1ecc6299db9ec823/functional-0.0.7/src/algebra/ops.rs:128:15 | 128 | <T as num::One>::one() | ^^^^^^^^^^^^^^ Could not find `One` in `num` error: cannot continue compilation due to previous error thread 'main' panicked at 'ChainedError { error: Could not document `functional`., cause: process didn't exit successfully: `rustdoc --crate-name functional .cargo/registry/src/github.com-1ecc6299db9ec823/functional-0.0.7/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.