equatable_if_let
should not expand macros in suggestion
#7781
Labels
C-bug
Category: Clippy is not doing the correct thing
L-suggestion
Lint: Improving, adding or fixing lint suggestions
I tried this code:
I expected to see this happen: I would get recommendation
if "abc" == m1!(x)
Instead, this happened:
The macro call is expanded. This code isn't equivalent depending on the macro.
Meta
Run on clippy master - 01ea06a
@rustbot label +L-suggestion
The text was updated successfully, but these errors were encountered: