fn lint_int_literal<'tcx>(
    cx: &LateContext<'tcx>,
    type_limits: &TypeLimits,
    e: &'tcx Expr<'tcx>,
    lit: &Lit,
    t: IntTy,
    v: u128
)