blob: e6984ed6d5592fb634506c79bf297c8471f3816f [file]
#![feature(closure_lifetime_binder, non_lifetime_binders)]
fn main() {
for<const N: i32> || -> () {};
//~^ ERROR late-bound const parameters cannot be used currently
//~| ERROR late-bound const parameter not allowed on closures
}