variable in macro output incorrectly reported as unused #5718
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-syntaxext
Area: Syntax extensions
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
P-low
Low priority
In the code here:
(taken from jack's servo repo.)
The compiler will complain that element is unused unless I prefix it with _, even though it is clearly used shortly after.
The text was updated successfully, but these errors were encountered: