Skip to content

Closure argument mismatch tweaks - #47573

Merged
bors merged 1 commit into
rust-lang:masterfrom
estebank:closures
Jan 21, 2018
Merged

Closure argument mismatch tweaks#47573
bors merged 1 commit into
rust-lang:masterfrom
estebank:closures

Conversation

@estebank

@estebankestebank commented Jan 19, 2018

Copy link
Copy Markdown
Contributor
  • use consistent phrasing for expected and found arguments
  • suggest changing arguments to tuple if possible
  • suggest changing single tuple argument to arguments if possible

Fix#44150.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@varkorvarkorJan 19, 2018

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tidy error for line 810.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, there're a bunch of code I'm none too happy with, I'll clean it up as much as possible before merging.

@nikomatsakisnikomatsakis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me once travis errors are fixed

@estebankestebank added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 19, 2018
@estebank
estebankforce-pushed the closures branch 3 times, most recently from ca99f6b to 0ce008aCompareJanuary 20, 2018 05:36
 - use consistent phrasing for expected and found arguments
- suggest changing arugments to tuple if possible
- suggest changing single tuple argument to arguments if possible
@estebank

Copy link
Copy Markdown
ContributorAuthor

@bors r=nikomatsakis

@bors

bors commented Jan 20, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 7ed00ca has been approved by nikomatsakis

@estebank

Copy link
Copy Markdown
ContributorAuthor

@bors rollup

@estebankestebank added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jan 20, 2018
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Jan 20, 2018
Closure argument mismatch tweaks
- use consistent phrasing for expected and found arguments
- suggest changing arguments to tuple if possible
- suggest changing single tuple argument to arguments if possible
Fixrust-lang#44150.
bors added a commit that referenced this pull request Jan 21, 2018
Rollup of 10 pull requests
- Successful merges: #46938, #47193, #47508, #47510, #47532, #47535, #47559, #47568, #47573, #47578
- Failed merges:
@bors
bors merged commit 7ed00ca into rust-lang:masterJan 21, 2018
@estebank
estebank deleted the closures branch November 9, 2023 05:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-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.

5 participants

@estebank@rust-highfive@bors@nikomatsakis@varkor