cargo fix --edition-idioms tackles macro twice #57211
Labels
A-edition-2018
Area: The 2018 edition
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
Sorry if this is already reported, I couldn't find it in the tracker.
This was the easiest case for me to repro, but obviously it could be minimized further to any type with a hidden lifetime param.
from inspecting the output of
--broken-code
, cargo fix is adding the lifetime param once for each invocation of the macro.The text was updated successfully, but these errors were encountered: