pub fn dead_code_keys(
results: &AnalysisResults,
root: &Path,
) -> FxHashSet<String>Expand description
dead_code_keys, retain_introduced_dead_code.
Non-exhaustive siblings the compiler will NOT flag (wire manually when a
finding type is added): annotate_dead_code_json (same key formats, this
file) and the per-collection severity branches in
crates/cli/src/check/rules.rs (apply_rules, has_error_severity_issues).
TypeScript mirror: editors/vscode/scripts/codegen-types.mjs derives
backwards-compatible aliases from fallow schema ts_alias rows.