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
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Oct 13, 2020
In the following code, the "State" struct (with three u12 fields) becomes invalid if it's defined using a function:
https://godbolt.org/z/5hvjvz
After some messing around I found that if I change State to not be a packed struct it works (which is fine for my use case). Just wanted to report it.
The text was updated successfully, but these errors were encountered: