about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-05-03 06:04:23 +0200
committerGitHub <noreply@github.com>2024-05-03 06:04:23 +0200
commite2a53441b944d806e7d3be1a31646a76355061bb (patch)
tree6cb6839533819185553bc61e8d097bdf8f78e282
parenta9edd38d186640464ab259f5a1422fa3c4c632f2 (diff)
parentdbe2f51d6240c33c2c1aa3df6ecc7e19c32bd074 (diff)
downloadrust-e2a53441b944d806e7d3be1a31646a76355061bb.tar.gz
rust-e2a53441b944d806e7d3be1a31646a76355061bb.zip
Rollup merge of #124626 - RalfJung:const_eval_select, r=joboet
const_eval_select: add tracking issue
-rw-r--r--library/core/src/intrinsics.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/core/src/intrinsics.rs b/library/core/src/intrinsics.rs
index 3318a8ffa55..d23764abe7a 100644
--- a/library/core/src/intrinsics.rs
+++ b/library/core/src/intrinsics.rs
@@ -2578,8 +2578,7 @@ extern "rust-intrinsic" {
 ///
 /// Currently such an assertion would always succeed; until Rust decides
 /// otherwise, that principle should not be violated.
-#[rustc_const_unstable(feature = "const_eval_select", issue = "none")]
-#[unstable(feature = "core_intrinsics", issue = "none")]
+#[rustc_const_unstable(feature = "const_eval_select", issue = "124625")]
 #[rustc_intrinsic]
 #[rustc_intrinsic_must_be_overridden]
 pub const fn const_eval_select<ARG: Tuple, F, G, RET>(