maybe_suggest_literal_matching_name

Function maybe_suggest_literal_matching_name 

Source
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.