diff --git a/compiler/sighashes.nim b/compiler/sighashes.nim index 3b688920e4..c4ee24b785 100644 --- a/compiler/sighashes.nim +++ b/compiler/sighashes.nim @@ -211,6 +211,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..