Skip to content

Commit abbf776

Browse files
authored
Merge pull request #2051 from rust-lang/rustc-pull
Rustc pull update
2 parents 81ecf82 + 4066a85 commit abbf776

3 files changed

Lines changed: 3 additions & 3 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

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
139651428df86cf88443295542c12ea617cbb587
1+
eda4fc7733ee89e484d7120cafbd80dcb2fce66e

0 commit comments

Comments
 (0)