Skip to content

Commit f410520

Browse files
committed
Enable s390x_target_feature in core
This is needed for stdarch which now includes s390x target features.
1 parent c7f4bdd commit f410520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
#![feature(powerpc_target_feature)]
212212
#![feature(riscv_target_feature)]
213213
#![feature(rtm_target_feature)]
214+
#![feature(s390x_target_feature)]
214215
#![feature(sha512_sm_x86)]
215216
#![feature(sse4a_target_feature)]
216217
#![feature(tbm_target_feature)]

0 commit comments

Comments
 (0)