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
You might be trying to deserialize a file that was serialized on an architecture with different alignment requirements, or some of the fields of the type have changed their copy type (zero or deep).
390
+
You might also be trying to deserialize a tuple of mixed zero-copy types, which is no longer supported since 0.8.0, or to deserialize an array, whose alignment hash has been fixed in 0.8.0.
390
391
The serialized type is '{expected_type_name}' and the deserialized type is '{got_type_name}'."#
391
392
)]
392
393
/// The type representation hash is wrong. Probabliy the user is trying to
0 commit comments