unused_parens
false positive on cast with match expression
#88519
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
I tried this code:
This generates a warning about unused parentheses:
However, applying the suggestion causes it to fail to compile:
Found in the 2021 crater run for:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: