Add support for custom allocator for (C)String#79500
Add support for custom allocator for (C)String#79500TimDiekmann wants to merge 3 commits intorust-lang:masterfrom
(C)String#79500Conversation
|
CI seems to be failing. |
|
@rustbot modify labels: +S-blocked |
|
☔ The latest upstream changes (presumably #80510) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@TimDiekmann Is there a workaround until this is merged to have owned |
No, sorry. You can implement/use a custom |
|
Any chance this could happen soonish? |
|
@TimDiekmann I made an initial partial re-implementation of this PR (#101551) on the current master branch using the workaround(?) I mentioned in the blocking issue. |
|
I currently don't have the time to rebase this branch, I'm sorry 🙁 Feel free to base on this branch or whatever is the easiest for you 🙂 |
This follows the roadmap of the allocator WG to add custom allocators to collections.
currently blocked on:
r? @Amanieu
cc @rust-lang/wg-allocators
@rustbot modify labels: +A-allocators +T-libs