DEBSOURCES
Skip Quicknav
sources / rustc / 1.70.0%2Bdfsg1-9 / 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() {}