Function rustc_lint::for_loops_over_fallibles::extract_for_loop

source ยท
fn extract_for_loop<'tcx>(
    expr: &Expr<'tcx>,
) -> Option<(&'tcx Pat<'tcx>, &'tcx Expr<'tcx>)>