Account for capture kind in auto traits migration#86869
Merged
bors merged 2 commits intorust-lang:masterfrom Jul 9, 2021
Merged
Account for capture kind in auto traits migration#86869bors merged 2 commits intorust-lang:masterfrom
bors merged 2 commits intorust-lang:masterfrom
Conversation
23bf34f to
2d1bd60
Compare
This comment has been minimized.
This comment has been minimized.
2d1bd60 to
3e5b15e
Compare
nikomatsakis
approved these changes
Jul 5, 2021
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 3e5b15e6f1bcce05aa5b213f4337d60e75a2cd41 has been approved by |
Collaborator
|
☔ The latest upstream changes (presumably #86901) made this pull request unmergeable. Please resolve the merge conflicts. |
3e5b15e to
94530e3
Compare
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 94530e3da3013244ab5386e415f2062bdcafeebc has been approved by |
Contributor
|
@bors delegate+ |
Collaborator
|
✌️ @roxelo can now approve this pull request |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 8, 2021
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#84961 (Rework SESSION_GLOBALS API) - rust-lang#86726 (Use diagnostic items instead of lang items for rfc2229 migrations) - rust-lang#86789 (Update BTreeSet::drain_filter documentation) - rust-lang#86838 (Checking that function is const if marked with rustc_const_unstable) - rust-lang#86903 (Fix small headers display) - rust-lang#86913 (Document rustdoc with `--document-private-items`) - rust-lang#86957 (Update .mailmap file) - rust-lang#86971 (mailmap: Add alternative addresses for myself) Failed merges: - rust-lang#86869 (Account for capture kind in auto traits migration) r? `@ghost` `@rustbot` modify labels: rollup
Collaborator
|
☔ The latest upstream changes (presumably #86982) made this pull request unmergeable. Please resolve the merge conflicts. |
94530e3 to
7c15fc1
Compare
Contributor
Author
|
@bors r=nikomatsakis |
Collaborator
|
📌 Commit 7c15fc1 has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
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.
Modifies the current auto traits migration for RFC2229 so it takes into account capture kind
Closes rust-lang/project-rfc-2229#51
r? @nikomatsakis