Skip to content
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

Tracking Issue for core::slice::IterMut::as_mut_slice and impl<T> AsMut<[T]> for IterMut<'_, T> #93079

Open
1 of 3 tasks
SkiFire13 opened this issue Jan 19, 2022 · 4 comments
Open
1 of 3 tasks
Labels
C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Comments

@SkiFire13
Copy link
Contributor

SkiFire13 commented Jan 19, 2022

Feature gate: #![feature(slice_iter_mut_as_mut_slice)]

This is a tracking issue for core::slice::IterMut::as_mut_slice

Public API

// core::slice

impl<T> IterMut<'_, T> {
    pub fn as_mut_slice(&mut self) -> &mut [T]
}

impl<T> AsMut<[T]> for IterMut<'_, T>;

Steps / History

Unresolved Questions

  • None yet.
@SkiFire13 SkiFire13 added C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. labels Jan 19, 2022
@marcospb19
Copy link
Contributor

Hey @SkiFire13 I believe you can mark the implementation checkbox.

I think it's all clear to start FCP.

@SkiFire13
Copy link
Contributor Author

Oops, I forgot to mark it after the PR was merged. Do I need to do something for the FCP?

@marcospb19
Copy link
Contributor

Stabilization guide - FCP

I think we need to shout an @ at an library team member.

Hey @cuviper @joshtriplett 👋 can we start FCP for this?

@cuviper
Copy link
Member

cuviper commented Sep 19, 2023

The std equivalent of that guide is here:
https://std-dev-guide.rust-lang.org/development/stabilization.html

So I guess we need somebody to write that stabilization report?
Then T-libs-api (which I am not a member) will run the FCP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants