No warning for unused thread_local #111288
Labels
A-lints
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.
I tried this code:
I expected to see this happen: rust outputs warning for unused static
LOCAL
.Instead, this happened: no warning
Meta
Rust version: current stable (1.69.0), beta, and nightly
The text was updated successfully, but these errors were encountered: