linked_list_allocator 0.4.1

Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
Documentation

Build #64284 2017-07-07 12:19:20

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.1 (003e49d 2017-06-08)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading linked_list_allocator v0.4.1 Fresh spin v0.4.5 Documenting linked_list_allocator v0.4.1 Running `rustdoc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-1433c0b45b26eec6.rlib --extern-version spin=spin,0.4.5` error[E0432]: unresolved import `alloc::allocator::Alloc` --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.1/src/lib.rs:17:24 | 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; | ^^^^^ Could not find `allocator` in `alloc` error[E0432]: unresolved import `alloc::allocator::Layout` --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.1/src/lib.rs:17:31 | 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; | ^^^^^^ Could not find `allocator` in `alloc` error[E0432]: unresolved import `alloc::allocator::AllocErr` --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.1/src/lib.rs:17:39 | 17 | use alloc::allocator::{Alloc, Layout, AllocErr}; | ^^^^^^^^ Could not find `allocator` in `alloc` error[E0432]: unresolved import `alloc::allocator::Layout` --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.1/src/hole.rs:3:24 | 3 | use alloc::allocator::{Layout, AllocErr}; | ^^^^^^ Could not find `allocator` in `alloc` error[E0432]: unresolved import `alloc::allocator::AllocErr` --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.1/src/hole.rs:3:32 | 3 | use alloc::allocator::{Layout, AllocErr}; | ^^^^^^^^ Could not find `allocator` in `alloc` error: cannot continue compilation due to previous error thread 'main' panicked at 'ChainedError { error: Could not document `linked_list_allocator`., cause: process didn't exit successfully: `rustdoc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.4.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-1433c0b45b26eec6.rlib --extern-version spin=spin,0.4.5` (exit code: 101) }', src/bin/cratesfyi.rs:142 note: Run with `RUST_BACKTRACE=1` for a backtrace.