Skip to content

Commit

Permalink
Rollup merge of #124626 - RalfJung:const_eval_select, r=joboet
Browse files Browse the repository at this point in the history
const_eval_select: add tracking issue
  • Loading branch information
matthiaskrgr committed May 3, 2024
2 parents a9edd38 + dbe2f51 commit e2a5344
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/core/src/intrinsics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>(
Expand Down

0 comments on commit e2a5344

Please sign in to comment.