nalgebra 0.2.10

Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust.
Build #6502 2016-08-04T08:31:53.123963+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 nalgebra v0.2.10
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/nalgebra-0.2.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug/deps -L dependency=/home/cratesfyi/nalgebra-0.2.10/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/nalgebra-0.2.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug/deps -L dependency=/home/cratesfyi/nalgebra-0.2.10/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/nalgebra-0.2.10/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug/deps -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug/deps --extern libc=/home/cratesfyi/nalgebra-0.2.10/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow`
Documenting nalgebra v0.2.10
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/lib.rs --crate-name nalgebra -o /home/cratesfyi/nalgebra-0.2.10/doc -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug/deps --extern rustc_serialize=/home/cratesfyi/nalgebra-0.2.10/debug/deps/librustc_serialize-3561541d79c18212.rlib --extern rand=/home/cratesfyi/nalgebra-0.2.10/debug/deps/librand-49a08859d086fffe.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/structure.rs:4:5: 4:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/structure.rs:4 use std::num::Float;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/operations.rs:3:16: 3:21 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/operations.rs:3 use std::num::{Float, SignedInt};
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/operations.rs:3:23: 3:32 error: unresolved import `std::num::SignedInt`. There is no `SignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/operations.rs:3 use std::num::{Float, SignedInt};
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/structure.rs:19:22: 19:27 error: `Float` is not a trait [E0404]
.cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/traits/structure.rs:19 pub trait BaseFloat: Float + Cast<f64> + BaseNum {
^~~~~
error: cannot continue compilation due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `nalgebra v0.2.10`, intermediate artifacts can be found at `/home/cratesfyi/nalgebra-0.2.10`,
cause: ChainedError {
error: Could not document `nalgebra`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.2.10/src/lib.rs --crate-name nalgebra -o /home/cratesfyi/nalgebra-0.2.10/doc -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug -L dependency=/home/cratesfyi/nalgebra-0.2.10/debug/deps --extern rustc_serialize=/home/cratesfyi/nalgebra-0.2.10/debug/deps/librustc_serialize-3561541d79c18212.rlib --extern rand=/home/cratesfyi/nalgebra-0.2.10/debug/deps/librand-49a08859d086fffe.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.