jit 0.9.1

Just-In-Time Compilation in Rust using LibJIT bindings

Build #53584 2017-06-03 12:10:18

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 jit v0.9.1 Downloading libjit-sys v0.2.1 Compiling libjit-sys v0.2.1 Fresh libc v0.2.23 Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/libjit-sys-0.2.1/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=dd285d29481d7f7d -C extra-filename=-dd285d29481d7f7d --out-dir /home/cratesfyi/cratesfyi/debug/build/libjit-sys-dd285d29481d7f7d -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `/home/cratesfyi/cratesfyi/debug/build/libjit-sys-dd285d29481d7f7d/build-script-build` Running `rustc --crate-name libjit_sys .cargo/registry/src/github.com-1ecc6299db9ec823/libjit-sys-0.2.1/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=cbf117d399bf8e82 -C extra-filename=-cbf117d399bf8e82 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/libjit-sys-dd6586dcd96b2c85/out -l static=jit` Documenting jit v0.9.1 Running `rustdoc --crate-name jit .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/jit.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern libjit_sys=/home/cratesfyi/cratesfyi/debug/deps/liblibjit_sys-cbf117d399bf8e82.rlib --extern-version libjit_sys=libjit-sys,0.2.1` error[E0432]: unresolved import `std::raw::Repr` --> .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/compile.rs:68:17 | 68 | use std::raw::Repr; | ^^^^^^^^^^^^^^ no `Repr` in `raw` error[E0432]: unresolved import `std::raw::Slice` --> .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/compile.rs:82:13 | 82 | use std::raw::Slice; | ^^^^^^^^^^^^^^^ no `Slice` in `raw` error: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, and unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? (see issue #27812) --> .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/jit.rs:52:1 | 52 | extern crate rustc_bitflags; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: add #![feature(rustc_private)] to the crate attributes to enable error: use of unstable library feature 'oom': not a scrutinized interface (see issue #27700) --> .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/util.rs:46:9 | 46 | oom(); | ^^^ | = help: add #![feature(oom)] to the crate attributes to enable error: use of unstable library feature 'oom': not a scrutinized interface (see issue #27700) --> .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/context.rs:57:21 | 57 | oom() | ^^^ | = help: add #![feature(oom)] to the crate attributes to enable error: use of unstable library feature 'oom': not a scrutinized interface (see issue #27700) --> .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/types.rs:456:17 | 456 | oom(); | ^^^ | = help: add #![feature(oom)] to the crate attributes to enable error[E0599]: no method named `repr` found for type `&'a str` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/compile.rs:70:30 | 70 | let slice = self.repr(); | ^^^^ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `jit`., cause: process didn't exit successfully: `rustdoc --crate-name jit .cargo/registry/src/github.com-1ecc6299db9ec823/jit-0.9.1/src/jit.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --extern libjit_sys=/home/cratesfyi/cratesfyi/debug/deps/liblibjit_sys-cbf117d399bf8e82.rlib --extern-version libjit_sys=libjit-sys,0.2.1` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.