1 2 3 4 5 6 7
struct S1 { struct S2 { //~^ ERROR structs are not allowed in struct definitions } } fn main() {}