Clippy failed to automatically apply fixes suggested by rustc #14088
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
Code in report could not be fixed by
clippy
Reproducer
I tried to fix the following code with
cargo clippy --fix
. (Yes I know the code is braindead; this is not my original code)I expected
clippy
to handle it but I got the following message:Instead, this happened:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: