-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Implement conversion from Box to Rc / Arc. #29953
Comments
Though the implementation there wasn't too interesting; it would be more useful to have an implementation that works on unsized types/ |
How would this work? The backing storage for |
I guess it would need to reallocate, yes. |
I think that this issue is more appropriate in rust-lang/rfcs (e.g. feature requests), could you move over there instead? |
Closing in favor of #40475. |
Doesn't #40475 cover the boxed arrays conversions only? |
From the RFC: |
Initially proposed in #29580.
The text was updated successfully, but these errors were encountered: