Function report_bin_hex_error

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