-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Make Arc
support DSTs
#25458
Make Arc
support DSTs
#25458
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
I wonder if it will be clearer and easier to handle to just duplicate the whole file with the old code in #[cfg_attr(stage0, path = "arc_stage0.rs")]
mod arc; |
☔ The latest upstream changes (presumably #25460) made this pull request unmergeable. Please resolve the merge conflicts. |
@huonw I’ve updated it to duplicate the whole file instead. The diff is significantly larger, but I think it is much clearer and it should make making a snapshot easier in any case.
|
@bors r+ |
📌 Commit e840393 has been approved by |
⌛ Testing commit e840393 with merge 4f83c4b... |
No description provided.