[go: up one dir, main page]

core_arch 0.1.4

`core::arch` - Rust's core library architecture-specific intrinsics.
Build #143700 2019-02-18 18:37:10

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 (e54494727 2019-02-13)# docs.rs version
cratesfyi 0.6.0 (cee3f82 2019-02-15)# build log
Updating crates.io index
Downloading crates ...
Downloaded core_arch v0.1.4
Compiling core_arch v0.1.4
Running `rustc --crate-name build_script_build /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.4/build.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=6862ceab36714261 -C extra-filename=-6862ceab36714261 --out-dir /home/cratesfyi/cratesfyi/debug/build/core_arch-6862ceab36714261 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `/home/cratesfyi/cratesfyi/debug/build/core_arch-6862ceab36714261/build-script-build`
Documenting core_arch v0.1.4
Running `rustdoc --crate-name core_arch /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.4/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190213-1.34.0-nightly-e54494727 --static-root-path / --disable-per-crate-search --cfg dox -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cfg core_arch_docs`
error[E0432]: unresolved import `super::acle`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.4/src/aarch64/mod.rs:21:16
|
21 | pub use super::acle::*;
|                ^^^^ could not find `acle` in `super`

error[E0432]: unresolved import `super::acle`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/core_arch-0.1.4/src/arm/mod.rs:37:16
|
37 | pub use super::acle::*;
|                ^^^^ could not find `acle` in `super`

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.4/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20190213-1.34.0-nightly-e54494727 --static-root-path / --disable-per-crate-search --cfg dox -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cfg core_arch_docs` (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.