float-cmp 0.0.2

Floating point approximate comparison traits
Build #3679 2016-08-02 09:44:32

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 float-cmp v0.0.2 Documenting float-cmp v0.0.2 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs --crate-name float_cmp -o /home/cratesfyi/float-cmp-0.0.2/doc -L dependency=/home/cratesfyi/float-cmp-0.0.2/debug -L dependency=/home/cratesfyi/float-cmp-0.0.2/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:46:5: 46:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:46 use std::num::Float; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:47:5: 47:18 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:47 use std::num::Int; ^~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:50:30: 50:35 error: `Float` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:50 pub trait Ulps<Rhs = Self> : Float { ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:51:13: 51:16 error: `Int` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:51 type U: Int; ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:157:34: 157:39 error: `Float` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:157 pub trait ApproxEq<Rhs = Self> : Float + Ulps { ^~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:264:50: 264:55 error: `Float` is not a trait [E0404] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs:264 pub trait ApproxOrd<Rhs = Self>: ApproxEq<Rhs> + Float + Ulps { ^~~~~ error: cannot continue compilation due to previous error thread 'main' panicked at 'ChainedError { error: failed to compile `float-cmp v0.0.2`, intermediate artifacts can be found at `/home/cratesfyi/float-cmp-0.0.2`, cause: ChainedError { error: Could not document `float-cmp`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.0.2/src/lib.rs --crate-name float_cmp -o /home/cratesfyi/float-cmp-0.0.2/doc -L dependency=/home/cratesfyi/float-cmp-0.0.2/debug -L dependency=/home/cratesfyi/float-cmp-0.0.2/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.