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
Using unions currently causes panics, while mostly used for C FFI in Rust, there are couple of cases where they are used in Rust code, the main one being core::mem::MaybeUninit.
Using unions currently causes panics, while mostly used for C FFI in Rust, there are couple of cases where they are used in Rust code, the main one being
core::mem::MaybeUninit
.Example
Shader playground
Error Message
The text was updated successfully, but these errors were encountered: