Incorrect suggestions for significant_drop_in_scrutinee
#13986
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
Summary
The
significant_drop_in_scrutinee
lint gives suggestions that are only applicable when the expression being linted is a statement, not part as a larger expression.Reproducer
I tried this code:
I expected to see this happen:
A suggestion saying to use:
Instead, this happened:
Version
Additional Labels
@rustbot label +I-suggestion-causes-error
The text was updated successfully, but these errors were encountered: