Skip to content

Commit 8efe672

Browse files
committed
Remove stabilized features
1 parent 2ab87e8 commit 8efe672

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

crates/core_arch/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
decl_macro,
3434
generic_arg_infer,
3535
asm_experimental_arch,
36-
sha512_sm_x86,
3736
x86_amx_intrinsics,
3837
f16,
39-
keylocker_x86,
4038
aarch64_unstable_target_feature,
4139
bigint_helper_methods
4240
)]

crates/std_detect/tests/x86-specific.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
#![allow(internal_features)]
33
#![feature(
44
stdarch_internal,
5-
sha512_sm_x86,
65
x86_amx_intrinsics,
76
xop_target_feature,
8-
keylocker_x86,
97
movrs_target_feature
108
)]
119

0 commit comments

Comments
 (0)