single_match fires on same code with 2 conflicting suggestions in macro #5359
Labels
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
T-macros
Type: Issues with macros and macro expansion
Perhaps macros should be ignored?
One suggestion contains
make_value_visitor!(MutValueVisitor, mut);
while the other one just containsmake_value_visitor!(MutValueVisitor, );
(which probably does not even compile)The text was updated successfully, but these errors were encountered: