| ... | @@ -5330,6 +5330,7 @@ fn zirCImport(sema: *Sema, parent_block: *Block, inst: Zir.Inst.Index) CompileEr | ... | @@ -5330,6 +5330,7 @@ fn zirCImport(sema: *Sema, parent_block: *Block, inst: Zir.Inst.Index) CompileEr |
| 5330 | .prev_zir = null, | 5330 | .prev_zir = null, |
| 5331 | .zoir_invalidated = false, | 5331 | .zoir_invalidated = false, |
| 5332 | }; | 5332 | }; |
| | 5333 | try zcu.alive_files.putNoClobber(zcu.gpa, c_import_file_index, undefined); |
| 5333 | break :file c_import_file_index; | 5334 | break :file c_import_file_index; |
| 5334 | }; | 5335 | }; |
| 5335 | pt.updateFile(new_file_index, zcu.fileByIndex(new_file_index)) catch |err| | 5336 | pt.updateFile(new_file_index, zcu.fileByIndex(new_file_index)) catch |err| |