Closed
Description
opened on Aug 31, 2022
The following code works fine on stable but hangs in current nightly:
fn main() {
for _ in vec![[0u64; 0]].into_iter().rev() {}
}
This started with #101152.
Metadata
Assignees
Labels
No labels
The following code works fine on stable but hangs in current nightly:
fn main() {
for _ in vec![[0u64; 0]].into_iter().rev() {}
}
This started with #101152.
Activity