raw-vec 0.2.0

A Raw utility for managing contiguous heap allocations
Build #55694 2017-06-04T18:33:16.716452+00:00
# 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 raw-vec v0.2.0
Documenting raw-vec v0.2.0
Running `rustdoc --crate-name raw_vec .cargo/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps`
error[E0557]: feature has been removed
--> .cargo/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.2.0/src/lib.rs:11:12
|
11 | #![feature(unsafe_no_drop_flag, unique, filling_drop, dropck_parametricity, allocator, box_syntax, alloc, heap_api, oom)]
|            ^^^^^^^^^^^^^^^^^^^

error[E0425]: cannot find value `POST_DROP_USIZE` in module `mem`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.2.0/src/lib.rs:559:26
|
559 |         self.cap != mem::POST_DROP_USIZE
|                          ^^^^^^^^^^^^^^^ not found in `mem`

error: The attribute `unsafe_no_drop_flag` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.2.0/src/lib.rs:52:1
|
52 | #[unsafe_no_drop_flag]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to previous error(s)

thread 'main' panicked at 'ChainedError {
error: Could not document `raw-vec`.,
cause: process didn't exit successfully: `rustdoc --crate-name raw_vec .cargo/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.