num 0.1.19

Simple numerics. This crate contains basic arbitrary-sized integer, rational, and complex types.
Build #9718 2016-08-06T21:58:57.768548+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 num v0.1.19
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/num-0.1.19/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/num-0.1.19/debug/deps -L dependency=/home/cratesfyi/num-0.1.19/debug/deps --cap-lints allow`
Compiling rustc-serialize v0.3.19
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/num-0.1.19/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/num-0.1.19/debug/deps -L dependency=/home/cratesfyi/num-0.1.19/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/num-0.1.19/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/num-0.1.19/debug/deps -L dependency=/home/cratesfyi/num-0.1.19/debug/deps --extern libc=/home/cratesfyi/num-0.1.19/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Documenting num v0.1.19
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/lib.rs --crate-name num -o /home/cratesfyi/num-0.1.19/doc -L dependency=/home/cratesfyi/num-0.1.19/debug -L dependency=/home/cratesfyi/num-0.1.19/debug/deps --extern rand=/home/cratesfyi/num-0.1.19/debug/deps/librand-49a08859d086fffe.rlib --extern rustc_serialize=/home/cratesfyi/num-0.1.19/debug/deps/librustc_serialize-3561541d79c18212.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:68:25: 68:34 error: unresolved import `std::error::FromError`. There is no `FromError` in `std::error` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:68 use std::error::{Error, FromError};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70:16: 70:19 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70 use std::num::{Int, ToPrimitive, FromPrimitive, FromStrRadix};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70:21: 70:32 error: unresolved import `std::num::ToPrimitive`. There is no `ToPrimitive` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70 use std::num::{Int, ToPrimitive, FromPrimitive, FromStrRadix};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70:34: 70:47 error: unresolved import `std::num::FromPrimitive`. There is no `FromPrimitive` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70 use std::num::{Int, ToPrimitive, FromPrimitive, FromStrRadix};
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70:49: 70:61 error: unresolved import `std::num::FromStrRadix`. There is no `FromStrRadix` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:70 use std::num::{Int, ToPrimitive, FromPrimitive, FromStrRadix};
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/complex.rs:15:5: 15:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/complex.rs:15 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:15:16: 15:27 error: unresolved import `std::num::ToPrimitive`. There is no `ToPrimitive` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:15 use std::num::{ToPrimitive, Int};
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:15:29: 15:32 error: unresolved import `std::num::Int`. There is no `Int` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:15 use std::num::{ToPrimitive, Int};
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:20:16: 20:29 error: unresolved import `std::num::FromPrimitive`. There is no `FromPrimitive` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:20 use std::num::{FromPrimitive, FromStrRadix, Float};
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:20:31: 20:43 error: unresolved import `std::num::FromStrRadix`. There is no `FromStrRadix` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:20 use std::num::{FromPrimitive, FromStrRadix, Float};
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:20:45: 20:50 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:20 use std::num::{FromPrimitive, FromStrRadix, Float};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:681:6: 681:17 error: `ToPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:681 impl ToPrimitive for BigUint {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:707:6: 707:19 error: `FromPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:707 impl FromPrimitive for BigUint {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:808:22: 808:32 error: unresolved name `fmt::radix` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:808             let ss = fmt::radix(*n as usize, radix as u8).to_string();
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:824:6: 824:18 error: `FromStrRadix` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:824 impl FromStrRadix for BigUint {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1424:6: 1424:17 error: `ToPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1424 impl ToPrimitive for BigInt {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1455:6: 1455:19 error: `FromPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1455 impl FromPrimitive for BigInt {
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1530:6: 1530:18 error: `FromStrRadix` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1530 impl FromStrRadix for BigInt {
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1772:6: 1772:30 error: `FromError` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/bigint.rs:1772 impl FromError<ParseIntError> for ParseBigIntError {
^~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/complex.rs:78:17: 78:22 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/complex.rs:78 impl<T: Clone + Float> Complex<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/complex.rs:86:17: 86:22 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/complex.rs:86 impl<T: Clone + Float + Num> Complex<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:49:56: 49:67 error: `ToPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:49     where A: Add<A, Output = A> + PartialOrd + Clone + ToPrimitive
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:100:45: 100:56 error: `ToPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:100     where A: Integer + PartialOrd + Clone + ToPrimitive
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:129:56: 129:67 error: `ToPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:129     where A: Add<A, Output = A> + PartialOrd + Clone + ToPrimitive
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:165:66: 165:77 error: `ToPrimitive` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/iter.rs:165     where A: Sub<A, Output = A> + Integer + PartialOrd + Clone + ToPrimitive
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353:34: 353:37 error: unresolved name `intrinsics::u64_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353                     let (x, y) = $op(*self as $cast, *v as $cast);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:364:1: 364:92 note: in this expansion of checked_cast_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u8_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:366:1: 366:79 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u16_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:367:1: 367:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u32_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:368:1: 368:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u64_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:369:1: 369:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353:34: 353:37 error: unresolved name `intrinsics::i64_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353                     let (x, y) = $op(*self as $cast, *v as $cast);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:374:1: 374:92 note: in this expansion of checked_cast_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i8_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:376:1: 376:79 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i16_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:377:1: 377:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i32_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:378:1: 378:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i64_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:379:1: 379:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353:34: 353:37 error: unresolved name `intrinsics::u64_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353                     let (x, y) = $op(*self as $cast, *v as $cast);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:391:1: 391:92 note: in this expansion of checked_cast_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u8_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:393:1: 393:79 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u16_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:394:1: 394:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u32_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:395:1: 395:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u64_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:396:1: 396:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353:34: 353:37 error: unresolved name `intrinsics::i64_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353                     let (x, y) = $op(*self as $cast, *v as $cast);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:401:1: 401:92 note: in this expansion of checked_cast_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i8_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:403:1: 403:79 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i16_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:404:1: 404:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i32_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:405:1: 405:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i64_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:406:1: 406:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353:34: 353:37 error: unresolved name `intrinsics::u64_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353                     let (x, y) = $op(*self as $cast, *v as $cast);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:419:1: 419:92 note: in this expansion of checked_cast_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u8_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:421:1: 421:79 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u16_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:422:1: 422:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u32_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:423:1: 423:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::u64_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:424:1: 424:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353:34: 353:37 error: unresolved name `intrinsics::i64_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:353                     let (x, y) = $op(*self as $cast, *v as $cast);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:429:1: 429:92 note: in this expansion of checked_cast_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i8_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:431:1: 431:79 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i16_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:432:1: 432:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i32_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:433:1: 433:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340:34: 340:37 error: unresolved name `intrinsics::i64_mul_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:340                     let (x, y) = $op(*self, *v);
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs:434:1: 434:80 note: in this expansion of checked_impl! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/traits.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:188:26: 188:31 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:188     pub fn from_float<T: Float>(f: T) -> Option<BigRational> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:439:9: 439:21 error: `FromStrRadix` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:439 impl<T: FromStrRadix + Clone + Integer + PartialOrd>
^~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:440:5: 440:17 error: `FromStrRadix` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/rational.rs:440     FromStrRadix for Ratio<T> {
^~~~~~~~~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `num v0.1.19`, intermediate artifacts can be found at `/home/cratesfyi/num-0.1.19`,
cause: ChainedError {
error: Could not document `num`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/num-0.1.19/src/lib.rs --crate-name num -o /home/cratesfyi/num-0.1.19/doc -L dependency=/home/cratesfyi/num-0.1.19/debug -L dependency=/home/cratesfyi/num-0.1.19/debug/deps --extern rand=/home/cratesfyi/num-0.1.19/debug/deps/librand-49a08859d086fffe.rlib --extern rustc_serialize=/home/cratesfyi/num-0.1.19/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.