-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize pointer byte offsets and is aligned #101417
Stabilize pointer byte offsets and is aligned #101417
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
@rustbot label +T-libs-api -T-libs |
This comment has been minimized.
This comment has been minimized.
e2bc7f8
to
b7d8218
Compare
This comment has been minimized.
This comment has been minimized.
b7d8218
to
8c6d7a5
Compare
This comment has been minimized.
This comment has been minimized.
8c6d7a5
to
8d7c414
Compare
☔ The latest upstream changes (presumably #102051) made this pull request unmergeable. Please resolve the merge conflicts. |
Closing this since |
This PR stabilizes
pointer_byte_offsets
,const_pointer_byte_offsets
(tracking issue) andpointer_is_aligned
(tracking issue) features. Blocked on FCPs (1, 2).r? libs-api
(also someone cast wg-const-eval for use of
#[rustc_allow_const_fn_unstable(ptr_metadata)]
)Resolves #96283, #96284 and #56304