-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add missing OperandPair struct field index adjustments. Fixes #41479. #41529
Conversation
Some accesses in OperandPairs were missing. Fixes rust-lang#41479.
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 72acea0 has been approved by |
Beta-nominating because 1.18 is now beta. |
@bors r+ |
📌 Commit a510e1d has been approved by |
r? @eddyb |
Add missing OperandPair struct field index adjustments. Fixes rust-lang#41479. This is a bug fix for a regression in rust-lang@6d841da.
Add missing OperandPair struct field index adjustments. Fixes rust-lang#41479. This is a bug fix for a regression in rust-lang@6d841da.
⌛ Testing commit a510e1d with merge 8cf09be... |
💔 Test failed - status-appveyor |
@bors retry Appveyor network issues https://appveyor.statuspage.io/incidents/06gzq846jl9x |
⌛ Testing commit a510e1d with merge a8ebd08... |
☀️ Test successful - status-appveyor, status-travis |
[beta] backports - #41666 - #41578 - #41548 - #41529 r? @alexcrichton
This is a bug fix for a regression in 6d841da.