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
Struct that are or contain unions, include complex arrays, are packed or contain nested packed structs, are all very limited in that they don't receive various trait implementations like PartialEq, Eq, Default, and Debug. Some of these are reasonable, but others just need a bit more help. For example, this warning just started firing in nightly builds and needed a workaround for Windows to build cleanly:
Struct that are or contain unions, include complex arrays, are packed or contain nested packed structs, are all very limited in that they don't receive various trait implementations like PartialEq, Eq, Default, and Debug. Some of these are reasonable, but others just need a bit more help. For example, this warning just started firing in nightly builds and needed a workaround for Windows to build cleanly:
rust-lang/rust#82523
Fortunately, the issue mentions a simple way to support it.
The text was updated successfully, but these errors were encountered: