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 exact-float v0.1.1
Fresh rustc-serialize v0.3.24
Fresh num-traits v0.1.37
Fresh libc v0.2.23
Fresh rand v0.3.15
Fresh num-integer v0.1.34
Fresh num-complex v0.1.37
Fresh num-iter v0.1.33
Fresh num-bigint v0.1.37
Fresh num-rational v0.1.36
Fresh num v0.1.37
Documenting exact-float v0.1.1
Running `rustdoc --crate-name exact_float .cargo/registry/src/github.com-1ecc6299db9ec823/exact-float-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num=/home/cratesfyi/cratesfyi/debug/deps/libnum-4a2202e45a4195ff.rlib --extern-version num=num,0.1.37`
error[E0599]: no method named `integer_decode` found for type `f32` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/exact-float-0.1.1/src/lib.rs:57:47
|
57 | let (mantissa, exponent, sign) = self.integer_decode();
| ^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope; the following traits are implemented but not in scope, perhaps add a `use` for one of them:
= help: candidate #1: `use core::num::dec2flt::rawfp::RawFloat;`
= help: candidate #2: `use num::Float;`
error[E0599]: no method named `integer_decode` found for type `f64` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/exact-float-0.1.1/src/lib.rs:73:47
|
73 | let (mantissa, exponent, sign) = self.integer_decode();
| ^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope; the following traits are implemented but not in scope, perhaps add a `use` for one of them:
= help: candidate #1: `use core::num::dec2flt::rawfp::RawFloat;`
= help: candidate #2: `use num::Float;`
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: Could not document `exact-float`.,
cause: process didn't exit successfully: `rustdoc --crate-name exact_float .cargo/registry/src/github.com-1ecc6299db9ec823/exact-float-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern num=/home/cratesfyi/cratesfyi/debug/deps/libnum-4a2202e45a4195ff.rlib --extern-version num=num,0.1.37` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.