mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
Compilation: fix rebase conflict
This commit is contained in:
parent
5a34e6c3e6
commit
67e3e4989d
@ -2180,7 +2180,8 @@ pub fn update(comp: *Compilation, main_progress_node: std.Progress.Node) !void {
|
||||
comp.astgen_work_queue.writeItemAssumeCapacity(file_index);
|
||||
}
|
||||
if (comp.file_system_inputs) |fsi| {
|
||||
for (zcu.import_table.values()) |file| {
|
||||
for (zcu.import_table.values()) |file_index| {
|
||||
const file = zcu.fileByIndex(file_index);
|
||||
try comp.appendFileSystemInput(fsi, file.mod.root, file.sub_file_path);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user