Function rustc_lint::reference_casting::peel_casts

source ·
fn peel_casts<'tcx>(
    cx: &LateContext<'tcx>,
    e: &'tcx Expr<'tcx>
) -> (&'tcx Expr<'tcx>, bool)