Unconstrained lifetimes permitted in assoc. type as long as they are in a projection #29861
Labels
A-trait-system
Area: Trait system
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This makes things unsound. Here is an example from @eddyb:
This should be prohibited by https://github.com/rust-lang/rfcs/blob/master/text/0447-no-unused-impl-parameters.md, but it seems there is some bug.
The text was updated successfully, but these errors were encountered: