Skip to content

Conversation

@borngraced
Copy link
Contributor

lint now correctly detects multiple impl blocks for generic types with identical bounds. Fixes: #16283

changelog: [multiple_inherent_impl]: fix false negatives for generic impl blocks

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Dec 22, 2025
@rustbot
Copy link
Collaborator

rustbot commented Dec 22, 2025

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

@github-actions
Copy link

Lintcheck changes for f44eece

Lint Added Removed Changed
clippy::multiple_inherent_impl 124 0 5

This comment will be updated if you push new changes

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.

clippy::multiple_inherent_impl should flag generic impl blocks with the same bounds

3 participants