False positive unused_extern_crates
#141785
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
L-unused_extern_crates
Lint: unused_extern_crates
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
(edition 2024)
=>
the suggested code
does not compile:
The text was updated successfully, but these errors were encountered: