diff --git a/compiler/sighashes.nim b/compiler/sighashes.nim index 16c329f751..aac97cdf33 100644 --- a/compiler/sighashes.nim +++ b/compiler/sighashes.nim @@ -208,6 +208,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..