spurious unused_parens warning #55342
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code produces a unused_parens warning however if the parenthesis around the
mut v
are removed the code doesn't compile:The text was updated successfully, but these errors were encountered: