| ... | @@ -54,8 +54,6 @@ export fn nestedTypes() void { | ... | @@ -54,8 +54,6 @@ export fn nestedTypes() void { |
| 54 | @compileLog(@typeName(UnionInStruct)); | 54 | @compileLog(@typeName(UnionInStruct)); |
| 55 | @compileLog(@typeName(StructInUnion)); | 55 | @compileLog(@typeName(StructInUnion)); |
| 56 | @compileLog(@typeName(UnionInUnion)); | 56 | @compileLog(@typeName(UnionInUnion)); |
| 57 | @compileLog(@typeName(StructInTuple)); | | |
| 58 | @compileLog(@typeName(UnionInTuple)); | | |
| 59 | } | 57 | } |
| 60 | | 58 | |
| 61 | // error | 59 | // error |
| ... | @@ -82,5 +80,3 @@ export fn nestedTypes() void { | ... | @@ -82,5 +80,3 @@ export fn nestedTypes() void { |
| 82 | // @as(*const [17:0]u8, "tmp.UnionInStruct") | 80 | // @as(*const [17:0]u8, "tmp.UnionInStruct") |
| 83 | // @as(*const [17:0]u8, "tmp.StructInUnion") | 81 | // @as(*const [17:0]u8, "tmp.StructInUnion") |
| 84 | // @as(*const [16:0]u8, "tmp.UnionInUnion") | 82 | // @as(*const [16:0]u8, "tmp.UnionInUnion") |
| 85 | // @as(*const [40:0]u8, "struct { tmp.StructInTuple__struct_578 }") | | |
| 86 | // @as(*const [38:0]u8, "struct { tmp.UnionInTuple__union_585 }") | | |