added function returntype to uuid generation
This commit is contained in:
parent
3f997fdb87
commit
4c335ec850
|
@ -214,6 +214,8 @@ impl<'a> Declr<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
self.result_typ.hash(&mut hasher);
|
||||
|
||||
self.uuid = hasher.finish()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue