Skip to content

add a DeepClone trait for deep clones of shared ownership types #6498

New issue

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

Closed
wants to merge 3 commits into from
Closed

add a DeepClone trait for deep clones of shared ownership types #6498

wants to merge 3 commits into from

Conversation

thestinger
Copy link
Contributor

This is mostly for std::rc and std::arc (but I haven't implemented it for ARC yet).

Implementing it correctly for managed boxes is very non-trivial. It would probably require an unholy mix of reflection and TLS.

for deep copies through shared ownership boundaries
bors added a commit that referenced this pull request May 15, 2013
This is mostly for `std::rc` and `std::arc` (but I haven't implemented it for ARC yet).

Implementing it correctly for managed boxes is *very* non-trivial. It would probably require an unholy mix of reflection and TLS.
@bors bors closed this May 15, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 2, 2021
…=ebroto

Revert "Pass Clippy args also trough RUSTFLAGS"

Reverts rust-lang/rust-clippy#6441

r? `@ebroto`

changelog: Revert "Pass Clippy args also trough RUSTFLAGS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants