rustc_
lint
1.87.0-nightly
(920d95eaf 2025-03-28)
In rustc_
lint::
for_
loops_
over_
fallibles
rustc_lint
::
for_loops_over_fallibles
Function
extract_for_loop
Copy item path
Source
fn extract_for_loop<'tcx>( expr: &
Expr
<'tcx>, ) ->
Option
<(&'tcx
Pat
<'tcx>, &'tcx
Expr
<'tcx>)>