mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
68365697b3
The iterator never loops when the closure used in, e.g., `.any()`, panics, not when it diverges as a regular `return` lets the iterator continue.