mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 00:30:37 +00:00
fix into_iter on ZST Fixes https://github.com/rust-lang/rust/issues/101235 Thanks to `@ChrisDenton` for [spotting the problem](https://github.com/rust-lang/rust/pull/100819#pullrequestreview-1091755930).