-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Feature gate: #![feature(convert_absurd)]
This is a tracking issue for core::convert::absurd
function, which turns !
into any type.
Public API
// core::convert
pub const fn absurd<T>(x: !) -> T;
Steps / History
- Implementation: Add
core::convert::absurd
#124311 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- How best to document the function (how to deal with mentions of fallback)?
Footnotes
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.