| author | |
| committer | |
| log | ca49b6f6b4ffa3ff4324a45501eef98848a2d141 |
| tree | 20ce57aa235c688e9be4032497208877edd7cb29 |
| parent | e6afea99a9642a4fe12b65ef94fee0ee34d7a36b |
the c++ codebase lets it slide
the self hosted parser correctly reports a parse error1 files changed, 0 insertions(+), 1 deletions(-)
test/cases/syntax.zig-1| ... | ... | @@ -2,7 +2,6 @@ |
| 2 | 2 | |
| 3 | 3 | const struct_trailing_comma = struct { x: i32, y: i32, }; |
| 4 | 4 | const struct_no_comma = struct { x: i32, y: i32 }; |
| 5 | const struct_no_comma_void_type = struct { x: i32, y }; | |
| 6 | 5 | const struct_fn_no_comma = struct { fn m() void {} y: i32 }; |
| 7 | 6 | |
| 8 | 7 | const enum_no_comma = enum { A, B }; |