-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
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-langRelevant to the language teamRelevant to the language teamT-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(cold_path)]
This is a tracking issue for core::hint::{cold_path}.
Please also see the meta discussion at #26179.
#![feature(likely_unlikely)] was split to a new tracking issue: #151619
Public API
// core::hint
pub const fn cold_path();Steps / History
- Intrinsic implementation: Likely unlikely fix #120370
- Reexport in
std::hint: Reexport likely/unlikely in std::hint #133695 - Behavior improvements: improve cold_path() #133852
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Related
Footnotes
Reactions are currently unavailable
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-langRelevant to the language teamRelevant to the language teamT-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.