Skip to content

Commit a31e686

Browse files
authored
Rollup merge of rust-lang#124626 - RalfJung:const_eval_select, r=joboet
const_eval_select: add tracking issue
2 parents 6b924c2 + 798d966 commit a31e686

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: core/src/intrinsics.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -2578,8 +2578,7 @@ extern "rust-intrinsic" {
25782578
///
25792579
/// Currently such an assertion would always succeed; until Rust decides
25802580
/// otherwise, that principle should not be violated.
2581-
#[rustc_const_unstable(feature = "const_eval_select", issue = "none")]
2582-
#[unstable(feature = "core_intrinsics", issue = "none")]
2581+
#[rustc_const_unstable(feature = "const_eval_select", issue = "124625")]
25832582
#[rustc_intrinsic]
25842583
#[rustc_intrinsic_must_be_overridden]
25852584
pub const fn const_eval_select<ARG: Tuple, F, G, RET>(

0 commit comments

Comments
 (0)