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
In newer versions of rust, mem::uninitialized and mem::zeroed will panic
when they are used for types that don't allow it in more cases.
This change allows the tests to run successfully even with the strictest
form of the checks.
0 commit comments