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