You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: