-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Tracking Issue for core::mem::copy #98262
Copy link
Copy link
Open
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 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
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.
Feature gate:
#![feature(mem_copy_fn)]This is a tracking issue for
core::mem::copy, which is a way - likemem::drop- to copy a value without creating a new closure.Public API
Steps / History
core::mem::copyto complementcore::mem::drop. #95534Unresolved Questions
Copyinstead?