Function rustc_lint::types::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
)