Searched defs:ArrayIntoIter (Results 1 – 1 of 1) sorted by relevance
43 pub struct ArrayIntoIter { struct47 impl_lint_pass!(ArrayIntoIter => [ARRAY_INTO_ITER]); argument49 impl<'tcx> LateLintPass<'tcx> for ArrayIntoIter { implementation