diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-03 06:04:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 06:04:23 +0200 |
| commit | e2a53441b944d806e7d3be1a31646a76355061bb (patch) | |
| tree | 6cb6839533819185553bc61e8d097bdf8f78e282 | |
| parent | a9edd38d186640464ab259f5a1422fa3c4c632f2 (diff) | |
| parent | dbe2f51d6240c33c2c1aa3df6ecc7e19c32bd074 (diff) | |
| download | rust-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.rs | 3 |
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>( |
