blob: 806540e1775e83b499932d16ebbd1fcf8725aab1 [file] [log] [blame]
struct X<const N: usize = {
(||1usize)()
//~^ ERROR cannot call non-const closure
}>;
fn main() {}