Uh oh!
There was an error while loading. Please reload this page.
Add missing OperandPair struct field index adjustments. Fixes #41479. - #41529
Merged
Conversation
Some accesses in OperandPairs were missing. Fixesrust-lang#41479.
rust-highfive
commented
Apr 25, 2017
Contributor
(rust_highfive has picked a reviewer for you, use r? to override) |
eddyb
commented
Apr 25, 2017
Contributor
@bors r+ |
bors
commented
Apr 25, 2017
Collaborator
📌 Commit 72acea0 has been approved by |
arielb1
commented
Apr 25, 2017
Contributor
Beta-nominating because 1.18 is now beta. |
eddyb
commented
Apr 25, 2017
Contributor
@bors r+ |
bors
commented
Apr 25, 2017
Collaborator
📌 Commit a510e1d has been approved by |
nikomatsakis
commented
Apr 25, 2017
Contributor
r? @eddyb |
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 26, 2017
Add missing OperandPair struct field index adjustments. Fixesrust-lang#41479. This is a bug fix for a regression in rust-lang@6d841da.
frewsxcv added a commit
to frewsxcv/rust
that referenced
this pull request
Apr 27, 2017
Add missing OperandPair struct field index adjustments. Fixesrust-lang#41479. This is a bug fix for a regression in rust-lang@6d841da.
bors
commented
Apr 27, 2017
Collaborator
⌛ Testing commit a510e1d with merge 8cf09be... |
bors
commented
Apr 27, 2017
Collaborator
💔 Test failed - status-appveyor |
aidanhs
commented
Apr 27, 2017
Contributor
@bors retry Appveyor network issues https://appveyor.statuspage.io/incidents/06gzq846jl9x |
bors
commented
Apr 27, 2017
Collaborator
⌛ Testing commit a510e1d with merge a8ebd08... |
bors
commented
Apr 28, 2017
Collaborator
☀️ Test successful - status-appveyor, status-travis |
Merged
bors added a commit
that referenced
this pull request
May 11, 2017
[beta] backports - #41666 - #41578 - #41548 - #41529 r? @alexcrichton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a bug fix for a regression in 6d841da.