rustc_lint::types::literal

Function get_type_suggestion

Source
fn get_type_suggestion(
    t: Ty<'_>,
    val: u128,
    negative: bool,
) -> Option<&'static str>