You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matthiaskrgr
changed the title
diagnostics: dead_code false negative on never constructed variant
diagnostics: dead_code false negative on never constructed enum variant
Sep 16, 2020
camelid
added
the
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
label
Sep 24, 2020
playground
I expected to see this happen:
There should be a warning that
CacheError::SomeCache
as well asCacheError::NoCache
are never constructed.Instead, this happened:
Instead, there only was a warning about dead code for
CacheError::NoCache
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: