rustc_lint::types::literal

Function report_bin_hex_error

Source
fn report_bin_hex_error(
    cx: &LateContext<'_>,
    expr: &Expr<'_>,
    ty: IntType,
    size: Size,
    repr_str: String,
    val: u128,
    negative: bool,
)