We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9edd38 + dbe2f51 commit e2a5344Copy full SHA for e2a5344
library/core/src/intrinsics.rs
@@ -2578,8 +2578,7 @@ extern "rust-intrinsic" {
2578
///
2579
/// Currently such an assertion would always succeed; until Rust decides
2580
/// otherwise, that principle should not be violated.
2581
-#[rustc_const_unstable(feature = "const_eval_select", issue = "none")]
2582
-#[unstable(feature = "core_intrinsics", issue = "none")]
+#[rustc_const_unstable(feature = "const_eval_select", issue = "124625")]
2583
#[rustc_intrinsic]
2584
#[rustc_intrinsic_must_be_overridden]
2585
pub const fn const_eval_select<ARG: Tuple, F, G, RET>(
0 commit comments