mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #124626 - RalfJung:const_eval_select, r=joboet
const_eval_select: add tracking issue
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user