aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index 21f7281d74..083954b809 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -5965,6 +5965,7 @@ fn cmdAstCheck(
.zir = undefined,
.mod = undefined,
.root_decl = .none,
+ .path_digest = undefined,
};
if (zig_source_file) |file_name| {
var f = fs.cwd().openFile(file_name, .{}) catch |err| {
@@ -6283,6 +6284,7 @@ fn cmdDumpZir(
.zir = try Module.loadZirCache(gpa, f),
.mod = undefined,
.root_decl = .none,
+ .path_digest = undefined,
};
defer file.zir.deinit(gpa);
@@ -6353,6 +6355,7 @@ fn cmdChangelist(
.zir = undefined,
.mod = undefined,
.root_decl = .none,
+ .path_digest = undefined,
};
file.mod = try Package.Module.createLimited(arena, .{