-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for const_intrinsic_copy #80697
Copy link
Copy link
Labels
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 RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-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
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 RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-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.
Feature gate:
#![feature(const_intrinsic_copy)]This is a tracking issue for making the functions
ptr::copyandptr::copy_nonoverlappingas well as some related functionsconst fn.Public API
Steps / History
ptr::copyandptr::copy_nonoverlappingasconst fn: Make copy[_nonoverlapping] const #79684copy_to,copy_fromand friends : Constifycopyrelated functions #83091const_intrinsic_copy#97276&mut Tin const contexts (const_mut_refs) #57349 is stable