let_and_return false positive #3792
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
L-suggestion
Lint: Improving, adding or fixing lint suggestions
The following code:
Triggers the let_and_return lint, however upon applying the suggested fix as so:
The code fails to compile with the following message:
Basically the compiler suggest I undo the change I just made.
The text was updated successfully, but these errors were encountered: