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
When a field in a packed struct is not sufficiently aligned, it's
illegal to create a reference to it. Consequently, our Debug
implementation should not create references.
This does not affect enums because enums can't be packed.
Fixes: 5f9ce73
0 commit comments