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.1.2 Documenting float-cmp v0.1.2 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs --crate-name float_cmp -o /home/cratesfyi/float-cmp-0.1.2/doc -L dependency=/home/cratesfyi/float-cmp-0.1.2/debug -L dependency=/home/cratesfyi/float-cmp-0.1.2/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:52:5: 52:54 error: the trait bound `Self: Ulps` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:52 fn ulps(&self, other: &Rhs) -> <Self as Ulps>::U; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:52:5: 52:54 help: consider adding a `where Self: Ulps` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:163:1: 176:2 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:163 pub trait ApproxEq<Rhs = Self> : Ulps { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:163:1: 176:2 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:163:1: 176:2 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:167:5: 167:71 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:167 fn approx_eq(&self, other: &Rhs, ulps: <Self as Ulps>::U) -> bool; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:167:5: 167:71 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:167:5: 167:71 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:173:5: 175:6 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:173 fn approx_ne(&self, other: &Rhs, ulps: <Self as Ulps>::U) -> bool { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:173:5: 175:6 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:173:5: 175:6 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:270:1: 320:2 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:270 pub trait ApproxOrd<Rhs = Self>: ApproxEq<Rhs> + Ulps { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:270:1: 320:2 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:270:1: 320:2 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:275:5: 275:76 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:275 fn approx_cmp(&self, other: &Rhs, ulps: <Self as Ulps>::U) -> Ordering; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:275:5: 275:76 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:275:5: 275:76 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:281:5: 286:6 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:281 fn approx_lt(&self, other: &Rhs, ulps: <Self as Ulps>::U) -> bool { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:281:5: 286:6 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:281:5: 286:6 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:292:5: 297:6 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:292 fn approx_le(&self, other: &Rhs, ulps: <Self as Ulps>::U) -> bool { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:292:5: 297:6 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:292:5: 297:6 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:303:5: 308:6 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:303 fn approx_gt(&self, other: &Rhs, ulps: <Self as Ulps>::U) -> bool { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:303:5: 308:6 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:303:5: 308:6 note: required by `Ulps` .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:314:5: 319:6 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:314 fn approx_ge(&self, other: &Rhs, ulps: <Self as Ulps>::U) -> bool { ^ .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:314:5: 319:6 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.2/src/lib.rs:314:5: 319:6 note: required by `Ulps` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `float-cmp v0.1.2`, intermediate artifacts can be found at `/home/cratesfyi/float-cmp-0.1.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.1.2/src/lib.rs --crate-name float_cmp -o /home/cratesfyi/float-cmp-0.1.2/doc -L dependency=/home/cratesfyi/float-cmp-0.1.2/debug -L dependency=/home/cratesfyi/float-cmp-0.1.2/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.