Skip to content

Commit 3d727d2

Browse files
committed
const_eval_select: add tracking issue
1 parent fcc06c8 commit 3d727d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/core/src/intrinsics.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -2661,8 +2661,7 @@ extern "rust-intrinsic" {
26612661
///
26622662
/// Currently such an assertion would always succeed; until Rust decides
26632663
/// otherwise, that principle should not be violated.
2664-
#[rustc_const_unstable(feature = "const_eval_select", issue = "none")]
2665-
#[unstable(feature = "core_intrinsics", issue = "none")]
2664+
#[rustc_const_unstable(feature = "const_eval_select", issue = "124625")]
26662665
#[cfg(not(bootstrap))]
26672666
#[rustc_intrinsic]
26682667
#[rustc_intrinsic_must_be_overridden]

0 commit comments

Comments
 (0)