diff --git a/compiler/sighashes.nim b/compiler/sighashes.nim index 08c83ad29e..b9cfcba443 100644 --- a/compiler/sighashes.nim +++ b/compiler/sighashes.nim @@ -274,6 +274,7 @@ proc hashType(c: var MD5Context, t: PType; flags: set[ConsiderFlag]; conf: Confi c.hashTree(t.n, {}, conf) of tyTuple: c &= char(t.kind) + c &= t.len if t.n != nil and CoType notin flags: for i in 0..