simple_parallel 0.3.0

Straight-forward functions and types for basic data parallel operations, including parallel maps, for loops and thread pools.
Build #53125 2017-06-03 05:13:48

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 simple_parallel v0.3.0
Compiling crossbeam v0.1.6
Running `rustc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=faeb40c1d116c007 -C extra-filename=-faeb40c1d116c007 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
error[E0512]: transmute called with differently sized types: [usize; 32] (2048 bits) to [std::sync::atomic::AtomicBool; 32] (256 bits)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/sync/seg_queue.rs:34:29
|
34 |             ready: unsafe { mem::transmute([0usize; SEG_SIZE]) },
|                             ^^^^^^^^^^^^^^ transmuting between 2048 bits and 256 bits

error: aborting due to previous error(s)

thread 'main' panicked at 'ChainedError {
error: Could not compile `crossbeam`.,
cause: process didn't exit successfully: `rustc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=faeb40c1d116c007 -C extra-filename=-faeb40c1d116c007 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.