Skip to content

Commit 6cc71f9

Browse files
committed
Auto merge of #153544 - JonathanBrouwer:rollup-LT1ogBG, r=JonathanBrouwer
Rollup of 2 pull requests Successful merges: - rust-lang/rust#153462 (Bootstrap update) - rust-lang/rust#152210 (Gate #![reexport_test_harness_main] properly)
2 parents e9a3789 + e092ea9 commit 6cc71f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/core_arch/src/aarch64/neon/generated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn __crc32d(crc: u32, data: u64) -> u32 {
4949
#[inline(always)]
5050
#[target_feature(enable = "jsconv")]
5151
#[cfg_attr(test, assert_instr(fjcvtzs))]
52-
#[stable(feature = "stdarch_aarch64_jscvt", since = "CURRENT_RUSTC_VERSION")]
52+
#[stable(feature = "stdarch_aarch64_jscvt", since = "1.95.0")]
5353
pub fn __jcvt(a: f64) -> i32 {
5454
unsafe extern "unadjusted" {
5555
#[cfg_attr(

crates/stdarch-gen-arm/spec/neon/aarch64.spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ neon-unstable-feat-lut: &neon-unstable-feat-lut
6464
FnCall: [unstable, ['feature = "stdarch_neon_feat_lut"', 'issue = "138050"']]
6565

6666
aarch64-stable-jscvt: &aarch64-stable-jscvt
67-
FnCall: [stable, ['feature = "stdarch_aarch64_jscvt"', 'since = "CURRENT_RUSTC_VERSION"']]
67+
FnCall: [stable, ['feature = "stdarch_aarch64_jscvt"', 'since = "1.95.0"']]
6868

6969
# #[unstable(feature = "stdarch_neon_feat_lrcpc3", issue = "none")]
7070
neon-unstable-feat-lrcpc3: &neon-unstable-feat-lrcpc3

0 commit comments

Comments
 (0)