Skip to content

Commit 59fea7e

Browse files
committed
library: update stdarch submodule
add feature target_feature_11 and riscv_target_feature
1 parent bb93450 commit 59fea7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

library/core/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
#![feature(simd_ffi)]
211211
#![feature(staged_api)]
212212
#![feature(stmt_expr_attributes)]
213+
#![feature(target_feature_11)]
213214
#![feature(trait_alias)]
214215
#![feature(transparent_unions)]
215216
#![feature(try_blocks)]
@@ -225,6 +226,7 @@
225226
#![feature(hexagon_target_feature)]
226227
#![feature(mips_target_feature)]
227228
#![feature(powerpc_target_feature)]
229+
#![feature(riscv_target_feature)]
228230
#![feature(rtm_target_feature)]
229231
#![feature(sse4a_target_feature)]
230232
#![feature(tbm_target_feature)]

0 commit comments

Comments
 (0)