floating_bar 0.1.1

Representing rational numbers using the floating-bar number type.
Documentation
Build #138298 2019-01-21T00:57:52.982440+00:00
# rustc version
rustc 1.33.0-nightly (c2d381d39 2019-01-10)
# docs.rs version
cratesfyi 0.6.0 (1a20968 2019-01-11)

# build log
Updating crates.io index
Downloading crates ...
Downloaded floating_bar v0.1.1
Fresh gcd v1.2.0
Documenting floating_bar v0.1.1
Running `rustdoc --edition=2018 --crate-name floating_bar /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/floating_bar-0.1.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url 'gcd=https://docs.rs/gcd/1.2.0' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gcd=/home/cratesfyi/cratesfyi/debug/deps/libgcd-fe596067771e1c8f.rmeta`
error[E0658]: imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/floating_bar-0.1.1/src/lib.rs:56:9
|
53 | mod r32_t;
| ---------- not an extern crate passed with `--extern`
...
56 | pub use r32_t::r32;
|         ^^^^^
|
= help: add #![feature(uniform_paths)] to the crate attributes to enable
note: this import refers to the module defined here
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/floating_bar-0.1.1/src/lib.rs:53:1
|
53 | mod r32_t;
| ^^^^^^^^^^

error[E0658]: imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130)
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/floating_bar-0.1.1/src/lib.rs:57:9
|
54 | mod r64_t;
| ---------- not an extern crate passed with `--extern`
...
57 | pub use r64_t::r64;
|         ^^^^^
|
= help: add #![feature(uniform_paths)] to the crate attributes to enable
note: this import refers to the module defined here
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/floating_bar-0.1.1/src/lib.rs:54:1
|
54 | mod r64_t;
| ^^^^^^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --edition=2018 --crate-name floating_bar /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/floating_bar-0.1.1/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190110-1.33.0-nightly-c2d381d39 --static-root-path / --disable-per-crate-search --extern-html-root-url \'gcd=https://docs.rs/gcd/1.2.0\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern gcd=/home/cratesfyi/cratesfyi/debug/deps/libgcd-fe596067771e1c8f.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `floating_bar`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.