We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ptr
UnsafeCell
Two requirements to add to the list of internal invariants:
'a
T
The text was updated successfully, but these errors were encountered:
TryFromBytes
FromBytes
UnsafeCells
Closed in #890
Sorry, something went wrong.
No branches or pull requests
Two requirements to add to the list of internal invariants:
'a
, no code will access* this memory region treatingUnsafeCell
s as existing at different ranges than they exist inT
'a
, no reference will exist to this memory which treatsUnsafeCell
s as existing at different ranges than they exist inT
The text was updated successfully, but these errors were encountered: