| ... | @@ -2,7 +2,6 @@ | ... | @@ -2,7 +2,6 @@ |
| 2 | | 2 | |
| 3 | const struct_trailing_comma = struct { x: i32, y: i32, }; | 3 | const struct_trailing_comma = struct { x: i32, y: i32, }; |
| 4 | const struct_no_comma = struct { x: i32, y: i32 }; | 4 | const struct_no_comma = struct { x: i32, y: i32 }; |
| 5 | const struct_no_comma_void_type = struct { x: i32, y }; | | |
| 6 | const struct_fn_no_comma = struct { fn m() void {} y: i32 }; | 5 | const struct_fn_no_comma = struct { fn m() void {} y: i32 }; |
| 7 | | 6 | |
| 8 | const enum_no_comma = enum { A, B }; | 7 | const enum_no_comma = enum { A, B }; |