mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
@@ -403,7 +403,7 @@ fn parse(gpa: Allocator, file_path: []const u8) !Ast {
|
||||
file_path,
|
||||
std.math.maxInt(u32),
|
||||
null,
|
||||
1,
|
||||
.fromByteUnits(1),
|
||||
0,
|
||||
) catch |err| {
|
||||
fatal("unable to open '{s}': {s}", .{ file_path, @errorName(err) });
|
||||
|
||||
Reference in New Issue
Block a user