Skip to content

Commit acce057

Browse files
committed
Stabilise aarch64_target_feature
1 parent 918d0ee commit acce057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
#![feature(asm_const)]
207207
//
208208
// Target features:
209-
#![feature(aarch64_target_feature)]
209+
#![cfg_attr(bootstrap, feature(aarch64_target_feature))]
210210
#![feature(adx_target_feature)]
211211
#![feature(arm_target_feature)]
212212
#![feature(avx512_target_feature)]

0 commit comments

Comments
 (0)