-
Couldn't load subscription status.
- Fork 13.9k
compiler: Fix handling of repr(align(N), simd)
#130460
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
base: master
Are you sure you want to change the base?
compiler: Fix handling of repr(align(N), simd)
#130460
Conversation
This comment has been minimized.
This comment has been minimized.
The attributes may not be sensible to combine in user code, but they should still work.
18f6a69 to
af60458
Compare
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
@rustbot author This needs some extra work on pulling out the assertions that the code is making. Some, anyways. |
|
☔ The latest upstream changes (presumably #132371) made this pull request unmergeable. Please resolve the merge conflicts. |
The attributes may not be sensible to combine in user code, but they should still work.
Fixes #130402