mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
Zcu: typo
We were accidentally over-reporting most `namespace_name` deps and *not* reporting some actually outdated ones!
This commit is contained in:
parent
434ad90610
commit
93f2d9a77f
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ pub fn updateZirRefs(pt: Zcu.PerThread) Allocator.Error!void {
|
|||
new_zir.nullTerminatedString(name_zir),
|
||||
.no_embedded_nulls,
|
||||
);
|
||||
if (!old_names.swapRemove(name_ip)) continue;
|
||||
if (old_names.swapRemove(name_ip)) continue;
|
||||
// Name added
|
||||
any_change = true;
|
||||
try zcu.markDependeeOutdated(.not_marked_po, .{ .namespace_name = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue