Tracking Issue for `const_result_unwrap_unchecked`
Open
Nobody has claimed this yet.
C-tracking-issue
S-tracking-unimplemented
T-libs
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
Feature gate: #![feature(const_result_unwrap_unchecked)]
This is a tracking issue for constifying Result::unwrap_unchecked
Public API
// core::result
impl<T, E> Result<T, E> {
pub const unsafe fn unwrap_unchecked(self) -> T;
}
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
- Implementation: #148333
- 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
Read the Rust feature lifecycle guidance linked in the footnote, then inspect implementation PR #148333 and the remaining checklist items. The tracking issue is complete when the final comment period and stabilization PR have been completed and the corresponding checklist state is updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100