Skip to content

Commit 2552e09

Browse files
committed
add missing unstable feature to core/lib.rs
1 parent 68907a9 commit 2552e09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
#![feature(arm_target_feature)]
206206
#![feature(avx512_target_feature)]
207207
#![feature(hexagon_target_feature)]
208+
#![feature(keylocker_x86)]
208209
#![feature(loongarch_target_feature)]
209210
#![feature(mips_target_feature)]
210211
#![feature(powerpc_target_feature)]

0 commit comments

Comments
 (0)