Skip to content

Commit 672d0e6

Browse files
committed
Enable stable target features in libcore during bootstraping only
1 parent 915ca5b commit 672d0e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libcore/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@
124124
#![feature(abi_unadjusted)]
125125
#![feature(maybe_uninit_slice, maybe_uninit_array)]
126126
#![feature(external_doc)]
127+
#![cfg_attr(bootstrap, feature(sse4a_target_feature))]
128+
#![cfg_attr(bootstrap, feature(tbm_target_feature))]
129+
#![cfg_attr(bootstrap, feature(adx_target_feature))]
127130

128131
#[prelude_import]
129132
#[allow(unused)]

0 commit comments

Comments
 (0)