-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid expected alignment for fixed-size array #1958
Comments
I used the latest as of today - from cargo 1.58.0-nightly (2e2a16e98 2021-11-08) |
That's almost 2 months old -- that's definitely not the latest version. |
Damn you are right, sorry about the noise! |
No worries, I'm glad it's working now :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is from miri testing naga, aka:
Have miri complaining about this code:
First problem - this is just safe Rust code, there is no room for UB.
Second problem - it says the required alignment of 8 is required, while I'd expect 4 to be required.
The text was updated successfully, but these errors were encountered: