mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
parent
bc2f7c7547
commit
bc377183ce
@ -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) });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user