-
-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
Description
Activity
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-api[DEPRECATED; DO NOT USE][DEPRECATED; DO NOT USE]
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