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
Implementing Message doesn't require actually implementing anything, and then implementing INSObject doesn't require any unsafe code. Safe code therefore can implement INSObject for types that it shouldn't and invoke undefined behavior by calling the INSObject methods.
implMessageforuint{}implINSObjectforuint{fnclass_name() -> ClassName<uint>{ClassName("uint")}}fnmain(){let x = 0u;let hash_code = x.hash_code();}