mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
oops
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user