hint: Update the tracking issue for likely_unlikely
These were split from the `cold_path` tracking issue.
This commit is contained in:
parent
a694b502d4
commit
6c0ae93222
1 changed files with 2 additions and 2 deletions
|
|
@ -649,7 +649,7 @@ pub const fn must_use<T>(value: T) -> T {
|
|||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
#[unstable(feature = "likely_unlikely", issue = "136873")]
|
||||
#[unstable(feature = "likely_unlikely", issue = "151619")]
|
||||
#[inline(always)]
|
||||
pub const fn likely(b: bool) -> bool {
|
||||
crate::intrinsics::likely(b)
|
||||
|
|
@ -699,7 +699,7 @@ pub const fn likely(b: bool) -> bool {
|
|||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
#[unstable(feature = "likely_unlikely", issue = "136873")]
|
||||
#[unstable(feature = "likely_unlikely", issue = "151619")]
|
||||
#[inline(always)]
|
||||
pub const fn unlikely(b: bool) -> bool {
|
||||
crate::intrinsics::unlikely(b)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue