fn foo() {} //~ ERROR `()` is forbidden as the type of a const generic parameter struct Foo([(); X]); fn main() {}