-
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
Add support for custom allocator for (C)String
#79500
Conversation
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