| ... | @@ -1668,7 +1668,7 @@ pub fn main() !void { | ... | @@ -1668,7 +1668,7 @@ pub fn main() !void { |
| 1668 | var tree = translate(gpa, &aro_comp, args) catch |err| switch (err) { | 1668 | var tree = translate(gpa, &aro_comp, args) catch |err| switch (err) { |
| 1669 | error.ParsingFailed, error.FatalError => renderErrorsAndExit(&aro_comp), | 1669 | error.ParsingFailed, error.FatalError => renderErrorsAndExit(&aro_comp), |
| 1670 | error.OutOfMemory => return error.OutOfMemory, | 1670 | error.OutOfMemory => return error.OutOfMemory, |
| 1671 | error.StreamTooLong => std.zig.fatal("StreamTooLong?", .{}), | 1671 | error.StreamTooLong => std.zig.fatal("An input file was larger than 4GiB", .{}), |
| 1672 | }; | 1672 | }; |
| 1673 | defer tree.deinit(gpa); | 1673 | defer tree.deinit(gpa); |
| 1674 | | 1674 | |