crossbeam 0.2.11

Support for lock-free data structures, synchronizers, and parallel programming
Build #81428 2018-01-05T00:48:20.090866+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading crossbeam v0.2.11
Documenting crossbeam v0.2.11
Running `rustdoc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.11/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error: expected one of `extern` or `fn`, found `auto`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.11/src/mem/cache_padded.rs:54:12
|
54 | pub unsafe auto trait ZerosValid {}
|           -^^^^ unexpected token
|           |
|           expected one of `extern` or `fn` here

thread 'main' panicked at 'ChainedError {
error: Could not document `crossbeam`.,
cause: process didn't exit successfully: `rustdoc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.2.11/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.