raw-vec 0.2.0

A Raw utility for managing contiguous heap allocations
Build #89208 2018-03-05T23:13:59.534324+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# 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 -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -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[E0557]: feature has been removed
--> .cargo/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.2.0/src/lib.rs:11:77
|
11 | #![feature(unsafe_no_drop_flag, unique, filling_drop, dropck_parametricity, allocator, box_syntax, alloc, heap_api, oom)]
|                                                                             ^^^^^^^^^

error[E0432]: unresolved import `alloc::oom`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/raw-vec-0.2.0/src/lib.rs:23:5
|
23 | use alloc::oom;
|     ^^^^^^^^^^ no `oom` in the root

error[E0658]: 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 4 previous errors

You've got a few errors: E0432, E0557, E0658
If you want more information on an error, try using "rustc --explain E0432"
thread 'main' panicked at 'Error(
CargoError(
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 -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.