Spell out Self in async function return#72260
Merged
bors merged 6 commits intorust-lang:masterfrom Jun 5, 2020
Merged
Conversation
Contributor
|
Some changes occurred in diagnostic error codes |
8a64343 to
755ca01
Compare
This comment has been minimized.
This comment has been minimized.
0c314b9 to
142b1d3
Compare
This comment has been minimized.
This comment has been minimized.
84f6b27 to
2d9c166
Compare
tmandry
reviewed
May 18, 2020
Member
|
Looks good, thanks! @bors r+ |
Collaborator
|
📌 Commit 2f311b0 has been approved by |
RalfJung
added a commit
to RalfJung/rust
that referenced
this pull request
May 21, 2020
Spell out `Self` in async function return Closes rust-lang#69276 r? @tmandry
Member
|
Failed in #72430 (comment) @bors r- |
Contributor
Author
|
r? @RalfJung |
Member
|
Sorry, I can't review this, I don't know the code. I just saw a failure during a rollup. |
Contributor
Author
|
@tmandry ping |
Contributor
Author
|
This PR was approved, but dequeued from the merging list as error-code conflict. |
Contributor
|
@csmoe there's another PR that has taken E0758 already (and I have one open for E0759). Update and I'll r+ |
Contributor
Author
|
@estebank moved to E0760. |
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 9be6353 has been approved by |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Jun 5, 2020
Spell out `Self` in async function return Closes rust-lang#69276 r? @tmandry
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Jun 5, 2020
Spell out `Self` in async function return Closes rust-lang#69276 r? @tmandry
This was referenced Jun 5, 2020
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 5, 2020
Rollup of 5 pull requests Successful merges: - rust-lang#72260 (Spell out `Self` in async function return) - rust-lang#72996 (Remove unsused `NodeId` related APIs in hir map) - rust-lang#73010 (Update RELEASES.md) - rust-lang#73017 (Use assert_eq for liballoc test) - rust-lang#73019 (add test for rust-lang#72960) Failed merges: 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.
Closes #69276
r? @tmandry