-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for mem::Alignment type #102070
Copy link
Copy link
Open
1 / 11 of 1 issue completedLabels
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.
View all comments
Feature gate:
#![feature(ptr_alignment_type)]This is a tracking issue for the
ptr::Alignmenttype, and related methods, to represent values that are valid alignments in the rust abstract machine.Public API
Steps / History
ptr::Alignmenttype #102072Unresolved Questions
maskmethod (from impl more traits for ptr::Alignment, add mask method #115249) correct? Should it be!(a - 1)ora - 1? Should it have a different name to distinguish it more from<*const _>::mask?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩