We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc06c8 commit 3d727d2Copy full SHA for 3d727d2
library/core/src/intrinsics.rs
@@ -2661,8 +2661,7 @@ extern "rust-intrinsic" {
2661
///
2662
/// Currently such an assertion would always succeed; until Rust decides
2663
/// otherwise, that principle should not be violated.
2664
-#[rustc_const_unstable(feature = "const_eval_select", issue = "none")]
2665
-#[unstable(feature = "core_intrinsics", issue = "none")]
+#[rustc_const_unstable(feature = "const_eval_select", issue = "124625")]
2666
#[cfg(not(bootstrap))]
2667
#[rustc_intrinsic]
2668
#[rustc_intrinsic_must_be_overridden]
0 commit comments