added function returntype to uuid generation

This commit is contained in:
Sven Vogel 2023-09-14 10:17:31 +02:00
parent 3f997fdb87
commit 4c335ec850
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,8 @@ impl<'a> Declr<'a> {
}
}
self.result_typ.hash(&mut hasher);
self.uuid = hasher.finish()
}