From 68907a94948aec7e116fead885c0aab13c524468 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 3 Mar 2025 12:34:28 +0100 Subject: [PATCH 1/2] bump stdarch --- library/stdarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch b/library/stdarch index 684de0d6fef70..881249ce76112 160000 --- a/library/stdarch +++ b/library/stdarch @@ -1 +1 @@ -Subproject commit 684de0d6fef708cae08214fef9643dd9ec7296e1 +Subproject commit 881249ce76112cf7ce898b847a6fa0d36797b86b From 2552e0916dffd97d076ccfb88a50f5e69834d23b Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 3 Mar 2025 12:36:12 +0100 Subject: [PATCH 2/2] add missing unstable feature to core/lib.rs --- library/core/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index db68f472c42f6..849bf3f41f815 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -205,6 +205,7 @@ #![feature(arm_target_feature)] #![feature(avx512_target_feature)] #![feature(hexagon_target_feature)] +#![feature(keylocker_x86)] #![feature(loongarch_target_feature)] #![feature(mips_target_feature)] #![feature(powerpc_target_feature)]