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
Hello! In rust-lang/rust#99389 we're making the checks for mem::uninitialized stricter, and old versions of smallvec run into them.
You can just upgrade smallvec to the latest stable to avoid this, it seems like there were no breaking changes in the bits of the API that you use, tests seem to pass fine on version 1.9.0.
The text was updated successfully, but these errors were encountered:
Hello! In rust-lang/rust#99389 we're making the checks for mem::uninitialized stricter, and old versions of smallvec run into them.
You can just upgrade smallvec to the latest stable to avoid this, it seems like there were no breaking changes in the bits of the API that you use, tests seem to pass fine on version 1.9.0.
The text was updated successfully, but these errors were encountered: