Tracking issue for Rev::into_inner
Open
Nobody has claimed this yet.
C-tracking-issue
T-libs
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
Feature gate: #![feature(rev_into_inner)]
This is a tracking issue for Rev::into_inner.
ACP: rust-lang/libs-team#253
Public API
// core::iter::rev
impl<T> Rev<T> {
pub fn into_inner(self) -> T;
}
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- Implementation: #144278
- Final comment period (FCP)^1
- Stabilization PR
Unresolved Questions
- None yet.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the public API for core::iter::rev::Rev::into_inner and review implementation PR #144278. Then check the feature-gate history and the stabilization requirements linked in the issue. Done means completing the final comment period and producing the stabilization PR once no unresolved questions remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100