| author | |
| committer | |
| log | 778f8d557bc2ab59c290e145e9ad87e36d7de220 |
| tree | 9b5e4157170cacb9a11f8fc0b7e4154bc9bda45b |
| parent | edfc4727e24b1c75f49aa42f1b84c7fc59176a32 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Sema.zig+1| ... | ... | @@ -5330,6 +5330,7 @@ fn zirCImport(sema: *Sema, parent_block: *Block, inst: Zir.Inst.Index) CompileEr |
| 5330 | 5330 | .prev_zir = null, |
| 5331 | 5331 | .zoir_invalidated = false, |
| 5332 | 5332 | }; |
| 5333 | try zcu.alive_files.putNoClobber(zcu.gpa, c_import_file_index, undefined); | |
| 5333 | 5334 | break :file c_import_file_index; |
| 5334 | 5335 | }; |
| 5335 | 5336 | pt.updateFile(new_file_index, zcu.fileByIndex(new_file_index)) catch |err| |