trivial_bounds
lint lints on non-global associated type constraints
#140311
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
F-trivial_bounds
`#![feature(trivial_bounds)]`
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
this results in
but should not, as the corresponding projection bound does reference a generic parameter (and requires this function to only be called with
T = u32
.The text was updated successfully, but these errors were encountered: