DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / consts / const-for-feature-gate.rs
123456789
// gate-test-const_for const _: () = { for _ in 0..5 {} //~^ ERROR cannot use `for` //~| ERROR cannot use `for` }; fn main() {}