We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.