Function rustc_middle::middle::stability::deprecation_message

source ·
fn deprecation_message(
    is_in_effect: bool,
    since: DeprecatedSince,
    note: Option<Symbol>,
    kind: &str,
    path: &str
) -> String