| author | |
| committer | |
| log | bc377183ce687ab186ed1544d01f9680eee55f45 |
| tree | 770cf513b31f6f98589715076a7ad6b5162bc653 |
| parent | bc2f7c7547dce95dfd1aa00e377ae9f366825177 |
Closes #23884.1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/reduce.zig+1-1| ... | @@ -403,7 +403,7 @@ fn parse(gpa: Allocator, file_path: []const u8) !Ast { | ... | @@ -403,7 +403,7 @@ fn parse(gpa: Allocator, file_path: []const u8) !Ast { |
| 403 | file_path, | 403 | file_path, |
| 404 | std.math.maxInt(u32), | 404 | std.math.maxInt(u32), |
| 405 | null, | 405 | null, |
| 406 | 1, | 406 | .fromByteUnits(1), |
| 407 | 0, | 407 | 0, |
| 408 | ) catch |err| { | 408 | ) catch |err| { |
| 409 | fatal("unable to open '{s}': {s}", .{ file_path, @errorName(err) }); | 409 | fatal("unable to open '{s}': {s}", .{ file_path, @errorName(err) }); |