DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / consts / const-for-feature-gate.rs
12345678
// gate-test-const_for const _: () = { for _ in 0..5 {} //~^ error: `for` is not allowed in a `const` }; fn main() {}