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 noise v0.1.3
Compiling libc v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/noise-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/noise-0.1.3/debug/deps -L dependency=/home/cratesfyi/noise-0.1.3/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/noise-0.1.3/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/noise-0.1.3/debug/deps -L dependency=/home/cratesfyi/noise-0.1.3/debug/deps --extern libc=/home/cratesfyi/noise-0.1.3/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow`
Documenting noise v0.1.3
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/lib.rs --crate-name noise -o /home/cratesfyi/noise-0.1.3/doc -L dependency=/home/cratesfyi/noise-0.1.3/debug -L dependency=/home/cratesfyi/noise-0.1.3/debug/deps --extern rand=/home/cratesfyi/noise-0.1.3/debug/deps/librand-49a08859d086fffe.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.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/noise-0.1.3/src/gradient.rs:15 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:18:22: 18:27 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:18 use std::num::{self, Float, NumCast};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:18:29: 18:36 error: unresolved import `std::num::NumCast`. There is no `NumCast` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:18 use std::num::{self, Float, NumCast};
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:16:5: 16:24 error: unresolved import `std::num::SignedInt`. There is no `SignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:16 use std::num::SignedInt;
^~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.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/noise-0.1.3/src/brownian.rs:15 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.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/noise-0.1.3/src/perlin.rs:15 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:19:16: 19:20 error: unresolved import `std::num::cast`. There is no `cast` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:19 use std::num::{cast, Float};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:19:22: 19:27 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:19 use std::num::{cast, Float};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:16:5: 16:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:16 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:20:16: 20:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:20 fn gradient<T: Float>(index: usize) -> math::Point4<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:62:16: 62:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:62 pub fn get2<T: Float>(index: usize) -> math::Point2<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:68:16: 68:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:68 pub fn get3<T: Float>(index: usize) -> math::Point3<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:74:16: 74:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/gradient.rs:74 pub fn get4<T: Float>(index: usize) -> math::Point4<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:23:16: 23:23 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:23 pub fn cast<T: NumCast, U: NumCast>(x: T) -> U {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:23:28: 23:35 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:23 pub fn cast<T: NumCast, U: NumCast>(x: T) -> U {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:24:5: 24:14 error: unresolved name `num::cast` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:24 num::cast(x).unwrap()
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:28:16: 28:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:28 pub fn pow4<T: Float>(x: T) -> T { x * x * x * x }
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:103:16: 103:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:103 pub fn dot2<T: Float>(a: Vector2<T>, b: Vector2<T>) -> T { fold2(zip_with2(a, b, Mul::mul), Add::add) }
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:104:16: 104:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:104 pub fn dot3<T: Float>(a: Vector3<T>, b: Vector3<T>) -> T { fold3(zip_with3(a, b, Mul::mul), Add::add) }
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:105:16: 105:21 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:105 pub fn dot4<T: Float>(a: Vector4<T>, b: Vector4<T>) -> T { fold4(zip_with4(a, b, Mul::mul), Add::add) }
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:111:23: 111:30 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:111 pub fn one2<T: Copy + NumCast>() -> Vector2<T> { cast2(const2(1)) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:112:23: 112:30 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:112 pub fn one3<T: Copy + NumCast>() -> Vector3<T> { cast3(const3(1)) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:113:23: 113:30 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:113 pub fn one4<T: Copy + NumCast>() -> Vector4<T> { cast4(const4(1)) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:115:17: 115:24 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:115 pub fn cast2<T: NumCast + Copy, U: NumCast + Copy>(x: Point2<T>) -> Point2<U> { map2(x, cast) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:115:36: 115:43 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:115 pub fn cast2<T: NumCast + Copy, U: NumCast + Copy>(x: Point2<T>) -> Point2<U> { map2(x, cast) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:116:17: 116:24 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:116 pub fn cast3<T: NumCast + Copy, U: NumCast + Copy>(x: Point3<T>) -> Point3<U> { map3(x, cast) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:116:36: 116:43 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:116 pub fn cast3<T: NumCast + Copy, U: NumCast + Copy>(x: Point3<T>) -> Point3<U> { map3(x, cast) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:117:17: 117:24 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:117 pub fn cast4<T: NumCast + Copy, U: NumCast + Copy>(x: Point4<T>) -> Point4<U> { map4(x, cast) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:117:36: 117:43 error: `NumCast` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/math.rs:117 pub fn cast4<T: NumCast + Copy, U: NumCast + Copy>(x: Point4<T>) -> Point4<U> { map4(x, cast) }
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:92:20: 92:29 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:92 pub fn get1<T: SignedInt>(&self, x: T) -> usize {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:98:20: 98:29 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:98 pub fn get2<T: SignedInt>(&self, pos: math::Point2<T>) -> usize {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:104:20: 104:29 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:104 pub fn get3<T: SignedInt>(&self, pos: math::Point3<T>) -> usize {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:110:20: 110:29 error: `SignedInt` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/seed.rs:110 pub fn get4<T: SignedInt>(&self, pos: math::Point4<T>) -> usize {
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:140:17: 140:22 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:140 impl<T: Float, F: $GenFn<T>> $Brownian<T, F> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:224:1: 224:57 note: in this expansion of impl_brownian! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:140:17: 140:22 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:140 impl<T: Float, F: $GenFn<T>> $Brownian<T, F> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:225:1: 225:57 note: in this expansion of impl_brownian! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:140:17: 140:22 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:140 impl<T: Float, F: $GenFn<T>> $Brownian<T, F> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs:226:1: 226:57 note: in this expansion of impl_brownian! (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/brownian.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:20:19: 20:24 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:20 pub fn perlin2<T: Float>(seed: &Seed, point: &math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:22:20: 22:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:22 fn gradient<T: Float>(seed: &Seed, whole: math::Point2<isize>, frac: math::Vector2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:47:19: 47:24 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:47 pub fn perlin3<T: Float>(seed: &Seed, point: &math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:49:20: 49:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:49 fn gradient<T: Float>(seed: &Seed, whole: math::Point3<isize>, frac: math::Vector3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:78:19: 78:24 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:78 pub fn perlin4<T: Float>(seed: &Seed, point: &math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:80:20: 80:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/perlin.rs:80 fn gradient<T: Float>(seed: &Seed, whole: math::Point4<isize>, frac: math::Vector4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:34:25: 34:30 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:34 pub fn open_simplex2<T: Float>(seed: &Seed, point: &::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:35:20: 35:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:35 fn gradient<T: Float>(seed: &Seed, xs_floor: T, ys_floor: T, dx: T, dy: T) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:106:25: 106:30 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:106 pub fn open_simplex3<T: Float>(seed: &Seed, point: &::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:107:20: 107:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/open_simplex.rs:107 fn gradient<T: Float>(seed: &Seed, xs_floor: T, ys_floor: T, zs_floor: T, dx: T, dy: T, dz: T) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:19:23: 19:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:19 fn get_cell_point2<T: Float>(seed: &Seed, cell: math::Point2<T>) -> math::Point2<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:25:23: 25:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:25 fn get_cell_point3<T: Float>(seed: &Seed, cell: math::Point3<T>) -> math::Point3<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:33:23: 33:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:33 fn get_cell_point4<T: Float>(seed: &Seed, cell: math::Point4<T>) -> math::Point4<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:41:32: 41:37 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:41 pub fn range_sqr_euclidian2<T: Float>(p1: math::Point2<T>, p2: math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:47:32: 47:37 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:47 pub fn range_sqr_euclidian3<T: Float>(p1: math::Point3<T>, p2: math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:53:32: 53:37 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:53 pub fn range_sqr_euclidian4<T: Float>(p1: math::Point4<T>, p2: math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:59:28: 59:33 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:59 pub fn range_manhattan2<T: Float>(p1: math::Point2<T>, p2: math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:65:28: 65:33 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:65 pub fn range_manhattan3<T: Float>(p1: math::Point3<T>, p2: math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:71:28: 71:33 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:71 pub fn range_manhattan4<T: Float>(p1: math::Point4<T>, p2: math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:77:20: 77:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:77 pub fn get_vec2<T: Float>(index: usize) -> math::Point2<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:96:20: 96:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:96 pub fn get_vec3<T: Float>(index: usize) -> math::Point3<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:125:20: 125:25 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:125 pub fn get_vec4<T: Float>(index: usize) -> math::Point4<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:168:14: 168:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:168 where T: Float, F: Fn(math::Point2<T>, math::Point2<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:171:21: 171:26 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:171 fn get_point<T: Float>(seed: &Seed, whole: math::Point2<i64>) -> math::Point2<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:218:14: 218:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:218 where T: Float, F: Fn(math::Point3<T>, math::Point3<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:221:21: 221:26 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:221 fn get_point<T: Float>(seed: &Seed, whole: math::Point3<i64>) -> math::Point3<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:275:14: 275:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:275 where T: Float, F: Fn(math::Point4<T>, math::Point4<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:278:21: 278:26 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:278 fn get_point<T: Float>(seed: &Seed, whole: math::Point4<i64>) -> math::Point4<T> {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:343:14: 343:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:343 where T: Float, F: Fn(math::Point2<T>, math::Point2<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:351:14: 351:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:351 where T: Float, F: Fn(math::Point2<T>, math::Point2<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:359:14: 359:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:359 where T: Float, F: Fn(math::Point3<T>, math::Point3<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:367:14: 367:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:367 where T: Float, F: Fn(math::Point3<T>, math::Point3<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:375:14: 375:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:375 where T: Float, F: Fn(math::Point4<T>, math::Point4<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:418:14: 418:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:418 where T: Float, F: Fn(math::Point4<T>, math::Point4<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:426:14: 426:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:426 where T: Float, F: Fn(math::Point2<T>, math::Point2<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:483:14: 483:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:483 where T: Float, F: Fn(math::Point3<T>, math::Point3<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:526:14: 526:19 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:526 where T: Float, F: Fn(math::Point4<T>, math::Point4<T>) -> T
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:569:23: 569:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:569 pub fn cell2_range<T: Float>(seed: &Seed, point: &math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:574:23: 574:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:574 pub fn cell3_range<T: Float>(seed: &Seed, point: &math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:579:23: 579:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:579 pub fn cell4_range<T: Float>(seed: &Seed, point: &math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:584:27: 584:32 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:584 pub fn cell2_range_inv<T: Float>(seed: &Seed, point: &math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:589:27: 589:32 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:589 pub fn cell3_range_inv<T: Float>(seed: &Seed, point: &math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:594:27: 594:32 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:594 pub fn cell4_range_inv<T: Float>(seed: &Seed, point: &math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:599:23: 599:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:599 pub fn cell2_value<T: Float>(seed: &Seed, point: &math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:604:23: 604:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:604 pub fn cell3_value<T: Float>(seed: &Seed, point: &math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:609:23: 609:28 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:609 pub fn cell4_value<T: Float>(seed: &Seed, point: &math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:614:27: 614:32 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:614 pub fn cell2_manhattan<T: Float>(seed: &Seed, point: &math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:619:27: 619:32 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:619 pub fn cell3_manhattan<T: Float>(seed: &Seed, point: &math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:624:27: 624:32 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:624 pub fn cell4_manhattan<T: Float>(seed: &Seed, point: &math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:629:31: 629:36 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:629 pub fn cell2_manhattan_inv<T: Float>(seed: &Seed, point: &math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:634:31: 634:36 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:634 pub fn cell3_manhattan_inv<T: Float>(seed: &Seed, point: &math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:639:31: 639:36 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:639 pub fn cell4_manhattan_inv<T: Float>(seed: &Seed, point: &math::Point4<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:644:33: 644:38 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:644 pub fn cell2_manhattan_value<T: Float>(seed: &Seed, point: &math::Point2<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:649:33: 649:38 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:649 pub fn cell3_manhattan_value<T: Float>(seed: &Seed, point: &math::Point3<T>) -> T {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:654:33: 654:38 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/cell.rs:654 pub fn cell4_manhattan_value<T: Float>(seed: &Seed, point: &math::Point4<T>) -> T {
^~~~~
error: cannot continue compilation due to previous error
thread 'main' panicked at 'ChainedError {
error: failed to compile `noise v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/noise-0.1.3`,
cause: ChainedError {
error: Could not document `noise`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/noise-0.1.3/src/lib.rs --crate-name noise -o /home/cratesfyi/noise-0.1.3/doc -L dependency=/home/cratesfyi/noise-0.1.3/debug -L dependency=/home/cratesfyi/noise-0.1.3/debug/deps --extern rand=/home/cratesfyi/noise-0.1.3/debug/deps/librand-49a08859d086fffe.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.