mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 20:43:19 +00:00
And use it to debug a LazySrcLoc in stage2 that is set to a bogus value. The actual fix in this commit is: ```diff - try sema.emitBackwardBranch(&child_block, call_src); + try sema.emitBackwardBranch(block, call_src); ```