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
Unresolved Questions
Related
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: #151619Public API
Steps / History
std::hint: Reexport likely/unlikely in std::hint #133695core::hint::cold_path#151576 (comment)core::hint::cold_path#151576Unresolved Questions
Related
likely_unlikely#151619core::hint::cold_path#151576Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩