fn maybe_suggest_literal_matching_name(
body: &Body<'_>,
name: Symbol,
) -> Vec<UnusedVariableStringInterp>
Expand description
Give a diagnostic when any of the string constants look like a naked format string that would interpolate our dead local.