Skip to content

Commit 4e39dcf

Browse files
Rollup merge of #153462 - cuviper:bootstrap-update, r=Mark-Simulacrum
Bootstrap update - Replace version placeholders with 1.95.0 - Bump stage0 to 1.95.0-beta.1 - Clear `STAGE0_MISSING_TARGETS` - Update `cfg(bootstrap)` - Reformat with the new stage0
2 parents e9a3789 + 2fdb5a6 commit 4e39dcf

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)