clippy::op_ref false positive with deref coercions #4556
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
This warns, but it should not, since the
&a
is necessary to coerce the type. We even incorrectly test for this case.The text was updated successfully, but these errors were encountered: