alloc-cortex-m 0.3.4

A heap allocator for Cortex-M processors
Documentation
Build #99368 2018-05-12 14:29:16

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.26.0-dev (0eb87c9bf 2018-03-16)

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

# build log Build failed, waiting for other jobs to finish... Updating registry `https://github.com/rust-lang/crates.io-index` Downloading alloc-cortex-m v0.3.4 Fresh volatile-register v0.1.2 Compiling linked_list_allocator v0.6.1 Compiling cortex-m v0.1.7 Running `rustc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a5909dc644cfa66e -C extra-filename=-a5909dc644cfa66e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Running `rustc --crate-name cortex_m .cargo/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.1.7/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=ef21adb7242c1545 -C extra-filename=-ef21adb7242c1545 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern volatile_register=/home/cratesfyi/cratesfyi/debug/deps/libvolatile_register-bd1a05ad8326c8e1.rlib --extern-version volatile_register=volatile-register,0.1.2 --cap-lints allow` error[E0432]: unresolved import `core::alloc` --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.1/src/lib.rs:13:11 | 13 | use core::alloc::{Alloc, AllocErr, GlobalAlloc, Layout, Opaque}; | ^^^^^ Could not find `alloc` in `core` error[E0432]: unresolved import `core::alloc` --> .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.1/src/hole.rs:1:11 | 1 | use core::alloc::{AllocErr, Layout, Opaque}; | ^^^^^ Could not find `alloc` in `core` error: cannot continue compilation due to previous error error: Could not compile `linked_list_allocator`. Caused by: process didn't exit successfully: `rustc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.6.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=a5909dc644cfa66e -C extra-filename=-a5909dc644cfa66e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101) thread 'main' panicked at 'Error( CargoError( build failed ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.