-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Dead code check false positive for static used in match #10865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
Comments
cc @ktt3ja |
Thanks. |
bors
added a commit
that referenced
this issue
Dec 12, 2013
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 30, 2023
…ing, r=Jarcho [`let_with_type_underscore`]: Don't emit on locals from procedural macros closes rust-lang#10498 changelog: [`let_with_type_underscore`]: Don't emit on locals from procedural macros
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 6, 2023
…ing, r=Jarcho [`let_with_type_underscore`]: Don't emit on locals from procedural macros closes rust-lang#10498 changelog: [`let_with_type_underscore`]: Don't emit on locals from procedural macros
MabezDev
pushed a commit
to esp-rs/rust
that referenced
this issue
Jul 13, 2023
…ing, r=Jarcho [`let_with_type_underscore`]: Don't emit on locals from procedural macros closes rust-lang#10498 changelog: [`let_with_type_underscore`]: Don't emit on locals from procedural macros
xobs
pushed a commit
to betrusted-io/rust
that referenced
this issue
Aug 5, 2023
…ing, r=Jarcho [`let_with_type_underscore`]: Don't emit on locals from procedural macros closes rust-lang#10498 changelog: [`let_with_type_underscore`]: Don't emit on locals from procedural macros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #10477 landed, the following snippet complains that FOO is unused:
The text was updated successfully, but these errors were encountered: