assembler 0.1.4

An efficient run-time assembler for X86-64 code that is intended to be immediately executed
Build #118167 2018-09-24 21:38:32

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.28.0-dev (b9bf4f162 2018-06-02)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading assembler v0.1.4 Fresh libc v0.2.43 Fresh likely v0.1.0 Documenting assembler v0.1.4 Running `rustdoc --crate-name assembler .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --extern likely=/home/cratesfyi/cratesfyi/debug/deps/liblikely-9f17b89b344f4b15.rlib --extern-version likely=likely,0.1.0` error[E0432]: unresolved import `std::alloc::alloc` --> .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/lib.rs:70:5 | 70 | use ::std::alloc::alloc; | ^^^^^^^^^^^^^^^^^^^ no `alloc` in `alloc`. Did you mean to use `Alloc`? error[E0432]: unresolved import `std::alloc::realloc` --> .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/lib.rs:71:5 | 71 | use ::std::alloc::realloc; | ^^^^^^^^^^^^^^^^^^^^^ no `realloc` in `alloc` error[E0432]: unresolved import `std::alloc::dealloc` --> .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/lib.rs:72:5 | 72 | use ::std::alloc::dealloc; | ^^^^^^^^^^^^^^^^^^^^^ no `dealloc` in `alloc` error[E0658]: use of unstable library feature 'allocator_api': the precise API and guarantees it provides may be tweaked slightly, especially to possibly take into account the types being stored to make room for a future tracing garbage collector (see issue #32838) --> .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/lib.rs:73:5 | 73 | use ::std::alloc::Layout; | ^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(allocator_api)] to the crate attributes to enable error[E0658]: use of unstable library feature 'allocator_api': the precise API and guarantees it provides may be tweaked slightly, especially to possibly take into account the types being stored to make room for a future tracing garbage collector (see issue #32838) --> .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/LabelledLocations.rs:10:10 | 10 | layout: Layout, | ^^^^^^ | = help: add #![feature(allocator_api)] to the crate attributes to enable error[E0658]: use of unstable library feature 'allocator_api': the precise API and guarantees it provides may be tweaked slightly, especially to possibly take into account the types being stored to make room for a future tracing garbage collector (see issue #32838) --> .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/LabelledLocations.rs:119:30 | 119 | fn layout(length: usize) -> Layout | ^^^^^^ | = help: add #![feature(allocator_api)] to the crate attributes to enable error: Compilation failed, aborting rustdoc thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not document `assembler`., cause: process didn't exit successfully: `rustdoc --crate-name assembler .cargo/registry/src/github.com-1ecc6299db9ec823/assembler-0.1.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --extern likely=/home/cratesfyi/cratesfyi/debug/deps/liblikely-9f17b89b344f4b15.rlib --extern-version likely=likely,0.1.0` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.