nonminimal_bool
suggestion is inaccurate for macros
#9428
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
Summary
Suggestion produced by
nonminimal_bool
is broken when it handles macros. It replaces the macro callsite with macro definition instead.Reproducer
I tried this code:
I expected to see this happen:
Suggestion does not expand macros
Instead, this happened:
It replace macros with its definition.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: