Uh oh!
There was an error while loading. Please reload this page.
Make Arc support DSTs - #25458
Conversation
rust-highfive
commented
May 15, 2015
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
huonw
commented
May 15, 2015
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; |
bors
commented
May 16, 2015
☔ The latest upstream changes (presumably #25460) made this pull request unmergeable. Please resolve the merge conflicts. |
ftxqxd
commented
May 16, 2015
@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.
|
huonw
commented
May 16, 2015
@bors r+ |
bors
commented
May 16, 2015
📌 Commit e840393 has been approved by |
No description provided.