float-cmp 0.1.1

Floating point approximate comparison traits
Build #3676 2016-08-02T09:44:03.873167+00:00
# 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.1
Documenting float-cmp v0.1.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/src/lib.rs --crate-name float_cmp -o /home/cratesfyi/float-cmp-0.1.1/doc -L dependency=/home/cratesfyi/float-cmp-0.1.1/debug -L dependency=/home/cratesfyi/float-cmp-0.1.1/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/src/lib.rs:52     fn ulps(&self, other: &Rhs) -> <Self as Ulps>::U;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/src/lib.rs:163 pub trait ApproxEq<Rhs = Self> : Ulps {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/src/lib.rs:163:1: 176:2 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/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.1/src/lib.rs:167:5: 167:71 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/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.1/src/lib.rs:173:5: 175:6 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/src/lib.rs:270 pub trait ApproxOrd<Rhs = Self>: ApproxEq<Rhs> + Ulps {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/src/lib.rs:270:1: 320:2 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/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.1/src/lib.rs:275:5: 275:76 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/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.1/src/lib.rs:281:5: 286:6 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/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.1/src/lib.rs:292:5: 297:6 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/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.1/src/lib.rs:303:5: 308:6 note: required by `Ulps` 
.cargo/registry/src/github.com-1ecc6299db9ec823/float-cmp-0.1.1/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.1/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.1/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.1/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.1`, intermediate artifacts can be found at `/home/cratesfyi/float-cmp-0.1.1`,
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.1/src/lib.rs --crate-name float_cmp -o /home/cratesfyi/float-cmp-0.1.1/doc -L dependency=/home/cratesfyi/float-cmp-0.1.1/debug -L dependency=/home/cratesfyi/float-cmp-0.1.1/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.