1 2 3 4 5 6
struct X<const N: usize = { (||1usize)() //~^ ERROR cannot call non-const closure }>; fn main() {}