// incremental struct Wrapper(T); struct Local(T, U); impl Local { //~ ERROR missing generics for struct `Local` type AssocType3 = T; //~ ERROR inherent associated types are unstable const WRAPPED_ASSOC_3: Wrapper = Wrapper(); } //~^ ERROR `main` function not found