[go: up one dir, main page]

core_arch 0.1.0

SIMD support in Rust's core library.
Build #140078 2019-01-30 09:42:17

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.34.0-nightly (d8a0dd7ae 2019-01-28)# docs.rs version
cratesfyi 0.6.0 (b517745 2019-01-29)# build log
Updating crates.io index
Downloading crates ...
Downloaded core_arch v0.1.0
Downloading crates ...
Downloaded wasm-bindgen-test v0.2.19
Compiling core_arch v0.1.0
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.0/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=c9b0464aaa729f3d -C extra-filename=-c9b0464aaa729f3d --out-dir /home/cratesfyi/cratesfyi/debug/build/core_arch-c9b0464aaa729f3d -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/core_arch-c9b0464aaa729f3d/build-script-build`
Documenting core_arch v0.1.0
Running `rustdoc --crate-name core_arch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190128-1.34.0-nightly-d8a0dd7ae --static-root-path / --disable-per-crate-search --extern-html-root-url 'wasm_bindgen_test=https://docs.rs/wasm-bindgen-test/0.2.19' -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0635]: unknown feature `integer_atomics`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.0/src/lib.rs:43:13
|
43 |     feature(integer_atomics)
|             ^^^^^^^^^^^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name core_arch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190128-1.34.0-nightly-d8a0dd7ae --static-root-path / --disable-per-crate-search --extern-html-root-url \'wasm_bindgen_test=https://docs.rs/wasm-bindgen-test/0.2.19\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

Could not document `core_arch`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.