mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 10:24:38 +00:00
Iterators contain arbitrary code which may panic. Unsafe code has to be careful to do its state updates at the right point between calls that may panic.