We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
likely_unlikely
1 parent a694b50 commit 6c0ae93Copy full SHA for 6c0ae93
1 file changed
library/core/src/hint.rs
@@ -649,7 +649,7 @@ pub const fn must_use<T>(value: T) -> T {
649
/// }
650
651
/// ```
652
-#[unstable(feature = "likely_unlikely", issue = "136873")]
+#[unstable(feature = "likely_unlikely", issue = "151619")]
653
#[inline(always)]
654
pub const fn likely(b: bool) -> bool {
655
crate::intrinsics::likely(b)
@@ -699,7 +699,7 @@ pub const fn likely(b: bool) -> bool {
699
700
701
702
703
704
pub const fn unlikely(b: bool) -> bool {
705
crate::intrinsics::unlikely(b)
0 commit comments