Skip to content

Commit e5f23f9

Browse files
committed
Update nightly version to 1.79.0 in one remaining location
1 parent a8671e8 commit e5f23f9

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/aarch64/neon

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3506,7 +3506,7 @@ pub unsafe fn vsm3tt2bq_u32<const IMM2: i32>(
35063506
#[target_feature(enable = "neon,sha3")]
35073507
#[cfg_attr(test, assert_instr(xar, IMM6 = 0))]
35083508
#[rustc_legacy_const_generics(2)]
3509-
#[stable(feature = "stdarch_neon_sha3", since = "1.78.0")]
3509+
#[stable(feature = "stdarch_neon_sha3", since = "1.79.0")]
35103510
pub unsafe fn vxarq_u64<const IMM6: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
35113511
static_assert_uimm_bits!(IMM6, 6);
35123512
#[allow(improper_ctypes)]

0 commit comments

Comments
 (0)