You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe keep it as-is, because we're going to derive HirTyId values for types that are not yet constructed. For example, computing the HirTyId of a pointer to a given type.
As long as we manually hash them with the extra "tag" that we use there should be no reason to hold a HirTyId.
Alternatively we can have HirTyId/MirTypeId as a newtype for u64 in case you want to hold the hash.
The text was updated successfully, but these errors were encountered: