Merged
Conversation
Collaborator
|
☔ The latest upstream changes (presumably #70536) made this pull request unmergeable. Please resolve the merge conflicts. |
792513c to
9d3f614
Compare
Member
Author
|
Rebased |
eddyb
reviewed
Mar 30, 2020
Member
|
Cc #65303 |
eddyb
reviewed
Mar 30, 2020
This is a pure refactoring with no behavior changes.
9d3f614 to
097e9e5
Compare
Member
Author
|
Feedback resolved |
Member
|
@bors r+ |
Collaborator
|
📌 Commit 097e9e5 has been approved by |
Collaborator
|
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
Member
|
@bors r- Just thought of something. |
eddyb
reviewed
Mar 31, 2020
eddyb
reviewed
Mar 31, 2020
eddyb
reviewed
Mar 31, 2020
This comment has been minimized.
This comment has been minimized.
24297a2 to
036626f
Compare
Member
Author
|
Resolved! |
eddyb
approved these changes
Apr 1, 2020
Member
|
@bors r+ |
Collaborator
|
📌 Commit 036626f has been approved by |
Centril
added a commit
to Centril/rust
that referenced
this pull request
Apr 1, 2020
…ddyb Add `can_unwind` field to `FnAbi` This is a pure refactoring with no behavior changes. Extracted out of rust-lang#70467 r? @eddyb
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 1, 2020
Rollup of 6 pull requests Successful merges: - rust-lang#70511 (Add `-Z dump-mir-dataflow` flag for dumping dataflow results visualization) - rust-lang#70522 (Improve error messages for raw strings (rust-lang#60762)) - rust-lang#70547 (Add `can_unwind` field to `FnAbi`) - rust-lang#70591 (Ensure LLVM is in the link path for "fulldeps" tests) - rust-lang#70627 (Use place directly its copy) - rust-lang#70652 (Add git repo address to unstable book) Failed merges: - rust-lang#70634 (Remove some reexports in `rustc_middle`) r? @ghost
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 free
to 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 pure refactoring with no behavior changes.
Extracted out of #70467
r? @eddyb