-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Don't allow PassMode::Pair for unadjusted calls #146722
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
Conversation
r? @nnethercote rustbot has assigned @nnethercote. Use |
Would this use a rust/library/stdarch/crates/core_arch/src/s390x/vector.rs Lines 54 to 58 in 32e3d9f
|
That uses |
The job Click to see the possible cause of the failure (guessed by this bot)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test failure suggests it's not valid?
@rustbot author |
Indeed |
I don't think we use them anywhere inside stdarch. And not supporting them will make some future changes I plan to make to unadjusted calls a bit easier. I'm opening this as a separate PR now to make it easier to revert if it turns out stdarch does need it after all.