diff options
| author | Ralf Jung <post@ralfj.de> | 2024-05-02 18:34:30 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-05-02 18:39:27 +0200 |
| commit | dbe2f51d6240c33c2c1aa3df6ecc7e19c32bd074 (patch) | |
| tree | cd3d959b79ab348d52f31f3e17795cebcfee504e | |
| parent | 9382ba4716073ad91094740932ca18e2f38ffc58 (diff) | |
| download | rust-dbe2f51d6240c33c2c1aa3df6ecc7e19c32bd074.tar.gz rust-dbe2f51d6240c33c2c1aa3df6ecc7e19c32bd074.zip | |
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>( |
