| ... | @@ -5,7 +5,6 @@ const struct_no_comma = struct { x: i32, y: i32 }; | ... | @@ -5,7 +5,6 @@ const struct_no_comma = struct { x: i32, y: i32 }; |
| 5 | const struct_fn_no_comma = struct { fn m() void {} y: i32 }; | 5 | const struct_fn_no_comma = struct { fn m() void {} y: i32 }; |
| 6 | | 6 | |
| 7 | const enum_no_comma = enum { A, B }; | 7 | const enum_no_comma = enum { A, B }; |
| 8 | const enum_no_comma_type = enum { A, B: i32 }; | | |
| 9 | | 8 | |
| 10 | fn container_init() void { | 9 | fn container_init() void { |
| 11 | const S = struct { x: i32, y: i32 }; | 10 | const S = struct { x: i32, y: i32 }; |