Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of RawVec from the rust standard library. #132

Open
the8472 opened this issue Nov 10, 2021 · 0 comments
Open

Removal of RawVec from the rust standard library. #132

the8472 opened this issue Nov 10, 2021 · 0 comments

Comments

@the8472
Copy link

the8472 commented Nov 10, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant