jemallocator 0.1.1

A Rust allocator backed by jemalloc
Build #64310 2017-07-07T15:24:57.495988+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.1 (003e49d 2017-06-08)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading jemallocator v0.1.1
Fresh libc v0.2.24
Fresh gcc v0.3.51
Compiling jemalloc-sys v0.1.1
Running `rustc --crate-name jemalloc_sys .cargo/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d55b5ddfbdfe1f39 -C extra-filename=-d55b5ddfbdfe1f39 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f4ccf2fa58092d85.rlib --extern-version libc=libc,0.2.24 --cap-lints allow -L native=/home/cratesfyi/cratesfyi/debug/build/jemalloc-sys-0f5bce079339ee25/out/build/lib -l static=jemalloc_pic -l pthread`
Documenting jemallocator v0.1.1
Running `rustdoc --crate-name jemallocator .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f4ccf2fa58092d85.rlib --extern-version libc=libc,0.2.24 --extern jemalloc_sys=/home/cratesfyi/cratesfyi/debug/deps/libjemalloc_sys-d55b5ddfbdfe1f39.rlib --extern-version jemalloc_sys=jemalloc-sys,0.1.1`
error[E0432]: unresolved import `std::heap::Alloc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs:26:17
|
26 | use std::heap::{Alloc, Layout, Excess, CannotReallocInPlace, AllocErr, System};
|                 ^^^^^ Could not find `heap` in `std`

error[E0432]: unresolved import `std::heap::Layout`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs:26:24
|
26 | use std::heap::{Alloc, Layout, Excess, CannotReallocInPlace, AllocErr, System};
|                        ^^^^^^ Could not find `heap` in `std`

error[E0432]: unresolved import `std::heap::Excess`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs:26:32
|
26 | use std::heap::{Alloc, Layout, Excess, CannotReallocInPlace, AllocErr, System};
|                                ^^^^^^ Could not find `heap` in `std`

error[E0432]: unresolved import `std::heap::CannotReallocInPlace`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs:26:40
|
26 | use std::heap::{Alloc, Layout, Excess, CannotReallocInPlace, AllocErr, System};
|                                        ^^^^^^^^^^^^^^^^^^^^ Could not find `heap` in `std`

error[E0432]: unresolved import `std::heap::AllocErr`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs:26:62
|
26 | use std::heap::{Alloc, Layout, Excess, CannotReallocInPlace, AllocErr, System};
|                                                              ^^^^^^^^ Could not find `heap` in `std`

error[E0432]: unresolved import `std::heap::System`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs:26:72
|
26 | use std::heap::{Alloc, Layout, Excess, CannotReallocInPlace, AllocErr, System};
|                                                                        ^^^^^^ Could not find `heap` in `std`

error: cannot continue compilation due to previous error

thread 'main' panicked at 'ChainedError {
error: Could not document `jemallocator`.,
cause: process didn't exit successfully: `rustdoc --crate-name jemallocator .cargo/registry/src/github.com-1ecc6299db9ec823/jemallocator-0.1.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f4ccf2fa58092d85.rlib --extern-version libc=libc,0.2.24 --extern jemalloc_sys=/home/cratesfyi/cratesfyi/debug/deps/libjemalloc_sys-d55b5ddfbdfe1f39.rlib --extern-version jemalloc_sys=jemalloc-sys,0.1.1` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.