mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
Sema: intern values from resolved inferred allocs
This commit is contained in:
parent
3d48c406c1
commit
ff35a180dd
@ -5152,6 +5152,7 @@ fn storeToInferredAllocComptime(
|
||||
operand_val,
|
||||
iac.alignment.toByteUnits(0),
|
||||
);
|
||||
try sema.comptime_mutable_decls.append(iac.decl_index);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user