redundant_closure
makes incorrect suggestion
#13895
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
redundant_closure
lint sometimes makes incorrect suggestion in ano_std
environment.Reproducer
I tried this code:
I expected to see this happen:
Suggest code that compiles successfully in a
no_std
environment, e.g. usingalloc::vec::Vec
, or not linting.Instead, this happened:
The following was suggested, which fails to compile:
Version
Additional Labels
@rustbot label +I-suggestion-causes-error
The text was updated successfully, but these errors were encountered: