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

Nightly features are required, but don't seem to be used #1

Open
vpzomtrrfrt opened this issue Nov 17, 2019 · 2 comments
Open

Nightly features are required, but don't seem to be used #1

vpzomtrrfrt opened this issue Nov 17, 2019 · 2 comments

Comments

@vpzomtrrfrt
Copy link

lib.rs contains a #![feature] line for vec_resize_default, but it doesn't seem to be necessary for the crate, and removing it allows compilation on stable

@slhmy
Copy link

slhmy commented Apr 13, 2021

It seems to be related with rust-lang/rust#41758.
I found method resize_with in the code, which should already been stabilized.
I will check if I can properly run this, then give the final conclusion.

@seeker-3
Copy link

#![feature(vec_resize_default)]
has been deprecated and both disallows builds on stable release channels, and up to date nightly channels.

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

3 participants