Sema: intern values from resolved inferred allocs

This commit is contained in:
mlugg 2023-06-13 01:17:50 +01:00 committed by Andrew Kelley
parent 3d48c406c1
commit ff35a180dd

View File

@ -5152,6 +5152,7 @@ fn storeToInferredAllocComptime(
operand_val,
iac.alignment.toByteUnits(0),
);
try sema.comptime_mutable_decls.append(iac.decl_index);
return;
}