Post #8530 1K Sep 16, 2026, 18:02 UTC https://github.com/rust-lang/rust/pull/156216If you wanted to do for loop in const in Rust now you can (in nightly) GitHub implement const Iterator for Range by Randl · Pull Request #156216 · rust-lang/rust View all comments This allows the use of for i in i..n in const. This I believe is interesting enough to be justified under #155816 r? @oli-obk