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
This would be useful for generic smart pointer types implemented in libraries, to avoid a swap in the destructor.
Alternatively, just allow finalize to be called in unsafe blocks.
finalize
unsafe
The text was updated successfully, but these errors were encountered:
dup of #4330
Sorry, something went wrong.
Auto merge of rust-lang#6269 - camsteffen:map-clone-deref, r=ebroto
c4fc076
Fix map_clone with deref and clone changelog: Fix map_clone false positive with deref coercion Fixes rust-lang#6239
No branches or pull requests
This would be useful for generic smart pointer types implemented in libraries, to avoid a swap in the destructor.
Alternatively, just allow
finalize
to be called inunsafe
blocks.The text was updated successfully, but these errors were encountered: