From 934cf4caca2fb95324cb74dc715a2b51ff154fba Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 26 May 2025 23:09:22 +0800 Subject: [PATCH] oops --- compiler/transf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/transf.nim b/compiler/transf.nim index 98371579c2..74139a0355 100644 --- a/compiler/transf.nim +++ b/compiler/transf.nim @@ -411,7 +411,7 @@ proc makeTupleUnpack(c: PTransf; lhs: PNode; rhs: PNode): PNode = else: field = newTupleAccessRaw(tempNode, i) - field.typ = rhs.typ[i].skipTypes({tyVar, tyLent}) + field.typ() = rhs.typ[i].skipTypes({tyVar, tyLent}) tupleConstr.add field