slabmalloc 0.3.0

Simple slab based malloc implementation in rust. Can be used stand-alone or in order to provide the necessary interface to rusts liballoc library. slabmalloc only relies on libcore.
Build #122807 2018-10-23 08:08:50

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.31.0-nightly (78ff609d7 2018-10-19)# docs.rs version
cratesfyi 0.6.0 (401be1e 2018-10-20)# build log
Updating crates.io index
Downloading crates ...
Downloaded slabmalloc v0.3.0
Fresh spin v0.4.9
Documenting slabmalloc v0.3.0
Running `rustdoc --crate-name slabmalloc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/slabmalloc-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url 'libc=https://docs.rs/libc/0.2.43' --extern-html-root-url 'rand=https://docs.rs/rand/0.3.22' --extern-html-root-url 'spin=https://docs.rs/spin/0.4.9' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-fdb2c32d94fc9c33.rmeta`
error[E0635]: unknown feature `core_slice_ext`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/slabmalloc-0.3.0/src/lib.rs:15:81
|
15 | #![feature(const_fn, prelude_import, test, core, raw, ptr_as_ref, core_prelude, core_slice_ext, libc)]
|                                                                                 ^^^^^^^^^^^^^^

error[E0635]: unknown feature `alloc`
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/slabmalloc-0.3.0/src/lib.rs:16:12
|
16 | #![feature(alloc, allocator_api)]
|            ^^^^^

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'ProcessError { desc: "process didn\'t exit successfully: `rustdoc --crate-name slabmalloc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/slabmalloc-0.3.0/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20181019-1.31.0-nightly-78ff609d7 --extern-html-root-url \'libc=https://docs.rs/libc/0.2.43\' --extern-html-root-url \'rand=https://docs.rs/rand/0.3.22\' --extern-html-root-url \'spin=https://docs.rs/spin/0.4.9\' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-fdb2c32d94fc9c33.rmeta` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }

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