-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Tracking issue for custom allocators in standard collections #42774
Copy link
Copy link
Closed
Labels
B-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
B-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The new
Alloctrait defined in RFC 1398 was added in #42313 but the libs teamdecided to hold off onVecintegration just yet to be conservative.This issue is intended to track the integration of the
Alloctrait into standard collections likeVec,BTreeMap, etc. I'm not personally aware of any current blockers, but what we'll probably want to do as part of this issue includes: