Skip to content

Removal of RawVec from the rust standard library. #132

@the8472

Description

@the8472

Hi, the rust standard library is going to remove the unstable #![feature(raw_vec_internals] (RawVec) feature in upcoming nightlies (see rust-lang/rust#90542) since it was only for compiler-internal use and not on a path to stabilization.

A crater run found that this crate uses it and will be broken by the removal. You may want to switch to Box<[MaybeUninit<T>]>, Vec or the Allocator API instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions