Build #59477 2017-06-06 06:32:00

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 rust_combinatorics v0.0.1 Documenting rust_combinatorics v0.0.1 Running `rustdoc --crate-name rust_combinatorics .cargo/registry/src/github.com-1ecc6299db9ec823/rust_combinatorics-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` error[E0425]: cannot find function `range` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust_combinatorics-0.0.1/src/combinatorics/binomial.rs:12:27 | 12 | indices: range(0, k).collect(), | ^^^^^ not found in this scope error[E0425]: cannot find function `range` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust_combinatorics-0.0.1/src/combinatorics/binomial.rs:37:35 | 37 | let first_thing = range(0, self.k).rev().filter(|&_i| *self.indices.get(_i).unwrap() != _i + self.n() - self.k).take(1).collect::<Vec<usize>>(); | ^^^^^ not found in this scope error[E0425]: cannot find function `range` in this scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust_combinatorics-0.0.1/src/combinatorics/binomial.rs:43:34 | 43 | for j in range(i+1, self.k) { | ^^^^^ not found in this scope error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/rust_combinatorics-0.0.1/src/combinatorics/binomial.rs:55:5 | 55 | fn choose(self, k: usize) -> Choose<T>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` | = help: consider adding a `where T: std::marker::Copy` bound = note: required by `combinatorics::binomial::Choose` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `rust_combinatorics`., cause: process didn't exit successfully: `rustdoc --crate-name rust_combinatorics .cargo/registry/src/github.com-1ecc6299db9ec823/rust_combinatorics-0.0.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.