| author | |
| committer | |
| log | 08f95d0c2fac127558c84f7dfb469ac43fb4f425 |
| tree | b17006c019d22664bb23efb873b807caec45ce16 |
| parent | dfc3e11748615f10cf6958c61a934ef852b5aa94 |
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| ... | ... | @@ -5,7 +5,6 @@ const struct_no_comma = struct { x: i32, y: i32 }; |
| 5 | 5 | const struct_fn_no_comma = struct { fn m() void {} y: i32 }; |
| 6 | 6 | |
| 7 | 7 | const enum_no_comma = enum { A, B }; |
| 8 | const enum_no_comma_type = enum { A, B: i32 }; | |
| 9 | 8 | |
| 10 | 9 | fn container_init() void { |
| 11 | 10 | const S = struct { x: i32, y: i32 }; |