Skip to content

Conversation

@bend-n
Copy link
Contributor

@bend-n bend-n commented Nov 19, 2025

Tracking issue: #63569
Closes: #63569
FCP completed: #63569 (comment)

Removes:

pub const fn slice_as_ptr(this: &[MaybeUninit<T>]) -> *const T;
pub const fn slice_as_mut_ptr(this: &mut [MaybeUninit<T>]) -> *mut T;

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Nov 19, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 19, 2025

r? @joboet

rustbot has assigned @joboet.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rust-log-analyzer

This comment has been minimized.

@bend-n bend-n force-pushed the maybe_uninit_slice branch from 6665631 to 124c70e Compare November 19, 2025 18:57
@rust-log-analyzer

This comment has been minimized.

@bend-n bend-n force-pushed the maybe_uninit_slice branch from 124c70e to 39493cb Compare November 19, 2025 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking issue for #![feature(maybe_uninit_slice)]

4 participants