[go: up one dir, main page]

rand 0.3.8

Random number generators and other randomness functionality.
Build #7565 2016-08-05 00:14:41

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 rand v0.3.8
Compiling libc v0.1.12
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.1.12/rust/src/liblibc/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"cargo-build\" --cfg feature=\"default\" -C metadata=0c57a2126eb1e7e8 -C extra-filename=-0c57a2126eb1e7e8 --out-dir /home/cratesfyi/rand-0.3.8/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/rand-0.3.8/debug/deps -L dependency=/home/cratesfyi/rand-0.3.8/debug/deps --cap-lints allow`
Documenting rand v0.3.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/lib.rs --crate-name rand -o /home/cratesfyi/rand-0.3.8/doc -L dependency=/home/cratesfyi/rand-0.3.8/debug -L dependency=/home/cratesfyi/rand-0.3.8/debug/deps --extern libc=/home/cratesfyi/rand-0.3.8/debug/deps/liblibc-0c57a2126eb1e7e8.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:83:5: 83:62 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:83     fn construct_range(low: Self, high: Self) -> Range<Self>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:83:5: 83:62 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:83:5: 83:62 note: required by `distributions::range::Range` 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:87:5: 87:67 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:87     fn sample_range<R: Rng>(r: &Range<Self>, rng: &mut R) -> Self;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:87:5: 87:67 help: consider adding a `where Self: std::marker::Sized` bound 
.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/distributions/range.rs:87:5: 87:67 note: required by `distributions::range::Range` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `rand v0.3.8`, intermediate artifacts can be found at `/home/cratesfyi/rand-0.3.8`,
cause: ChainedError {
error: Could not document `rand`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.8/src/lib.rs --crate-name rand -o /home/cratesfyi/rand-0.3.8/doc -L dependency=/home/cratesfyi/rand-0.3.8/debug -L dependency=/home/cratesfyi/rand-0.3.8/debug/deps --extern libc=/home/cratesfyi/rand-0.3.8/debug/deps/liblibc-0c57a2126eb1e7e8.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.