authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-06-18 04:44:39+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2024-06-18 04:48:24+01:00
log75395c99c5be28987670dcc8383cec3b38b5a83f
tree9d7886514026c1490462c03d1f223e2fd686c7db
parent0486aa5081eee589edce79b721f35fadf2de1625
signaturelock-open Commit is signed but in an unrecognized format.

Zir: track reifications across updates

This was always necessary, it was just missing logic. It is necessary due to type equivalence rules.

1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/zig/Zir.zig+1
......@@ -3738,6 +3738,7 @@ fn findDeclsInner(
37383738 .union_decl,
37393739 .enum_decl,
37403740 .opaque_decl,
3741 .reify,
37413742 => return list.append(inst),
37423743
37433744 else => return,