Skip to content

Rollup of 5 pull requests - #65169

Merged
bors merged 10 commits into
rust-lang:masterfrom
tmandry:rollup-qxjj8xp
Oct 7, 2019
Merged

Rollup of 5 pull requests#65169
bors merged 10 commits into
rust-lang:masterfrom
tmandry:rollup-qxjj8xp

Conversation

@tmandry

Copy link
Copy Markdown
Member

Successful merges:

Failed merges:

r? @ghost

mati865and others added 10 commits October 4, 2019 14:43
…-err-codes, r=varkor
Sort error codes in librustc_passes
This is just a little cleanup.
…sakis
Upgrade librustc_macros dependencies
Passed tests on Linux.
…es, r=petrochenkov
Ensure that associated `async fn`s have unique fresh param names
Closesrust-lang#64630
…acrum
Use shorthand initialization in rustdoc
This just fixes a few lints I rust-analyzer was showing. Is this sort of PR useful? Should the lints be fixed as apart of the otherwise unrelated PR I was working on?
…imulacrum
Remove dead module
This module is not referenced any more. (A quick audit didn't show other stale files like this, so presumably this is the only one.)
@tmandry

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=5 rollup=never

@bors

bors commented Oct 6, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit dd04a83 has been approved by tmandry

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Oct 6, 2019
@CentrilCentril added the rollup A PR which is a rollup label Oct 6, 2019
@bors

bors commented Oct 6, 2019

Copy link
Copy Markdown
Collaborator

⌛ Testing commit dd04a83 with merge 09868a5...

bors added a commit that referenced this pull request Oct 6, 2019
Rollup of 5 pull requests
Successful merges:
- #65095 (Sort error codes in librustc_passes)
- #65101 (Upgrade librustc_macros dependencies)
- #65142 (Ensure that associated `async fn`s have unique fresh param names)
- #65155 (Use shorthand initialization in rustdoc)
- #65158 (Remove dead module)
Failed merges:
r? @ghost
@bors

bors commented Oct 7, 2019

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-azure
Approved by: tmandry
Pushing 09868a5 to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Oct 7, 2019
@bors
bors merged commit dd04a83 into rust-lang:masterOct 7, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@tmandry@bors@Centril@mati865@ishitatsuyuki@matthewjasper@Avi-D-coder@GuillaumeGomez