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>)>
fn extract_for_loop<'tcx>(
expr: &Expr<'tcx>
) -> Option<(&'tcx Pat<'tcx>, &'tcx Expr<'tcx>)>