Rollup merge of #124626 - RalfJung:const_eval_select, r=joboet

const_eval_select: add tracking issue
This commit is contained in:
Matthias Krüger
2024-05-03 06:04:23 +02:00
committed by GitHub
+1 -2
View File
@@ -2578,8 +2578,7 @@ pub const fn ptr_guaranteed_cmp<T>(ptr: *const T, other: *const T) -> u8 {
///
/// 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>(