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
This crate came up as a regression in rust-lang/rust#71274, where we are trying to improve rustc's abilitiy to detect misuse of uninitialized memory. I was able to reproduce that problem locally, but it is fixed on master. Is there any chance of a new release of this crate containing the fix?
This crate came up as a regression in rust-lang/rust#71274, where we are trying to improve rustc's abilitiy to detect misuse of uninitialized memory. I was able to reproduce that problem locally, but it is fixed on master. Is there any chance of a new release of this crate containing the fix?
Here's the stacktrace for the bug (generated by running https://github.com/rust-lang/miri/ on the old broken version):
So, updating the dependencies fixed the problem here it seems.
The text was updated successfully, but these errors were encountered: