| author | |
| committer | |
| log | 582b96c361e9bad0a7e44b67af932689bc1afb82 |
| tree | 2bfe2a9f05fb8699b8017e2820a5a3c60564f5c1 |
| parent | 8d5b651c3a37a432957aefd633e755c56c07b59d |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/zon/parse.zig+1| ... | @@ -717,6 +717,7 @@ const Parser = struct { | ... | @@ -717,6 +717,7 @@ const Parser = struct { |
| 717 | 717 | ||
| 718 | elem.* = try self.parseExpr(array_info.child, nodes.at(@intCast(i))); | 718 | elem.* = try self.parseExpr(array_info.child, nodes.at(@intCast(i))); |
| 719 | } | 719 | } |
| 720 | if (array_info.sentinel()) |s| result[result.len] = s; | ||
| 720 | return result; | 721 | return result; |
| 721 | } | 722 | } |
| 722 | 723 |