Lint on duplicate trait bound #88013
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-trait-system
Area: Trait system
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code compiles without any warnings:
We should lint on the duplicate
Foo
bound.The text was updated successfully, but these errors were encountered: