rustc_
lint
1.84.0-beta.4
(202008a1b 2024-12-07)
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>)>