pub fn dead_code_issue_kinds() -> &'static [&'static str]Expand description
Issue kinds emitted by [crate::dead_code::DeadCodeAnalyzer].
The dead-code pass is just an error group — these names participate in
BatchOptions::suppressed_issue_kinds like any other IssueKind. If
every kind listed here is suppressed, the dead-code pass is skipped
entirely.