fn lint_uint_literal<'tcx>(
    cx: &LateContext<'tcx>,
    e: &'tcx Expr<'tcx>,
    lit: &Lit,
    t: UintTy
)