Skip to content

Commit 4891d57

Browse files
committed
Auto merge of rust-lang#102919 - luojia65:update-stdarch, r=Amanieu
library: update stdarch submodule It has been one month since we update `stdarch` submodule into main branch Rust, it includes various fixes in code and more neat documents. This pull request also adds missing features to ensure we can build latest stdarch submodule. The documents after this pull request: <details> ![图片](https://user-images.githubusercontent.com/40385009/195123337-a6c4cfaa-a7b9-4574-b524-c43683e6540c.png) </details> Comparing to current nightly: <details> ![图片](https://user-images.githubusercontent.com/40385009/195123430-e047cff1-a925-4d2d-ae1c-da9769383a9c.png) </details> r? `@Amanieu`
2 parents fa0ca78 + 59fea7e commit 4891d57

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: 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)