The following code works fine on stable but hangs in current nightly: ```rust fn main() { for _ in vec![[0u64; 0]].into_iter().rev() {} } ``` This started with https://github.com/rust-lang/rust/pull/101152.