Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp #51462

Merged
merged 1 commit into from
Jun 16, 2018

Conversation

Havvy
Copy link
Contributor

@Havvy Havvy commented Jun 9, 2018

See #51276 (comment) for
rationale.

Because stable_cmp takes three arguments and Ord::cmp takes two, I am confident that there is no shadowing happening here.

r? @nikomatsakis

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 9, 2018
@nikomatsakis
Copy link
Contributor

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented Jun 15, 2018

📌 Commit b09bc88 has been approved by nikomatsakis

@bors bors 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-review Status: Awaiting review from the assignee but also interested parties. labels Jun 15, 2018
@bors
Copy link
Contributor

bors commented Jun 15, 2018

⌛ Testing commit b09bc88 with merge c610316...

bors added a commit that referenced this pull request Jun 15, 2018
Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp

See #51276 (comment) for
rationale.

Because stable_cmp takes three arguments and Ord::cmp takes two, I am confident that there is no shadowing happening here.

r? @nikomatsakis
@bors
Copy link
Contributor

bors commented Jun 16, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: nikomatsakis
Pushing c610316 to master...

@bors bors merged commit b09bc88 into rust-lang:master Jun 16, 2018
@Havvy Havvy deleted the refactor-cmp branch August 11, 2018 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: 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.

4 participants