manual_flatten
doesn't follow its suggestion to remove if let
statement leading to broken code
#14692
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
Clippy lint
manual_flatten
doesn't follow its own suggestion to removeif let
statement leading to broken code.Similar to #7514, but without references or slices.
Reproducer
I tried this code:
I expected to see this happen:
Instead, this happened:
Version
Additional Labels
@rustbot label +I-suggestion-causes-error
The text was updated successfully, but these errors were encountered: