-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Tracking Issue for const_align_offset #90962
Copy link
Copy link
Closed
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(const_align_offset)]This is a tracking issue for
<*const _>::align_offsetand<*mut _>::align_offsetfunctions marked asconst fnPublic API
Steps / History
<*const _>::align_offsetand<*mut _>::align_offsetasconst fn#90958NonNullmethods stabilized,constness moved to this gate Stabilizenon_null_convenience#124498Unresolved Questions
usize::MAXat compile time? This allows to distinguish compiletime and runtime function execution, see Make slice->str conversion and related functionsconst#90607 (comment)