mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
Zir: track reifications across updates
This was always necessary, it was just missing logic. It is necessary due to type equivalence rules.
This commit is contained in:
parent
0486aa5081
commit
75395c99c5
@ -3738,6 +3738,7 @@ fn findDeclsInner(
|
|||||||
.union_decl,
|
.union_decl,
|
||||||
.enum_decl,
|
.enum_decl,
|
||||||
.opaque_decl,
|
.opaque_decl,
|
||||||
|
.reify,
|
||||||
=> return list.append(inst),
|
=> return list.append(inst),
|
||||||
|
|
||||||
else => return,
|
else => return,
|
||||||
|
Loading…
Reference in New Issue
Block a user