Skip to content

missing_trait_methods: lint methods in definition order #13159

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

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

Alexendoo
Copy link
Member

Lintcheck for #13157 showed a bunch of changes for missing_trait_methods

This is because values_sorted was sorting the entries by the key's DefPathHash, this is stable for a given compiler but can change across versions

changelog: none

@rustbot
Copy link
Collaborator

rustbot commented Jul 25, 2024

r? @dswij

rustbot has assigned @dswij.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jul 25, 2024
@Alexendoo
Copy link
Member Author

Turning on hide whitespace makes the diff a lot easier to parse

@bors
Copy link
Contributor

bors commented Jul 26, 2024

☔ The latest upstream changes (presumably #13144) made this pull request unmergeable. Please resolve the merge conflicts.

@Alexendoo Alexendoo force-pushed the missing-trait-methods-stable-order branch from 975b5bf to 10fb062 Compare July 26, 2024 11:26
Copy link
Member

@dswij dswij left a comment

Choose a reason for hiding this comment

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

Thank you

@dswij
Copy link
Member

dswij commented Jul 27, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Jul 27, 2024

📌 Commit 10fb062 has been approved by dswij

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Jul 27, 2024

⌛ Testing commit 10fb062 with merge 236c8c7...

@bors
Copy link
Contributor

bors commented Jul 27, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: dswij
Pushing 236c8c7 to master...

@bors bors merged commit 236c8c7 into rust-lang:master Jul 27, 2024
8 checks passed
@Alexendoo Alexendoo deleted the missing-trait-methods-stable-order branch July 27, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants