Incorrect suggestion in while_let_on_iterator
if iterator cannot be moved
#8113
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
Same as #7846, but for
while_let_on_iterator
Lint Name
while_let_on_iterator
Reproducer
I tried this code:
I saw this happen:
the suggestion causes the error
I expected to see this happen:
No lint emitted
Version
Additional Labels
@rustbot label +I-suggestion-causes-error
The text was updated successfully, but these errors were encountered: