Function rustc_lint::types::lint_wide_pointer

source ·
fn lint_wide_pointer<'tcx>(
    cx: &LateContext<'tcx>,
    e: &'tcx Expr<'tcx>,
    cmpop: ComparisonOp,
    l: &'tcx Expr<'tcx>,
    r: &'tcx Expr<'tcx>
)