False positive with clippy::needless-lifetimes
when lifetime is used in where
clause with assoc type
#6159
Labels
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
I tried this code:
I expected to see this happen: no warnings
Instead, this happened: needless lifetimes warning
Meta
cargo clippy -V
: clippy 0.0.212 (38d911d 2020-10-09)rustc -Vv
:The text was updated successfully, but these errors were encountered: