Skip to content

Commit c2ff519

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 15382ea + c9b38d3 commit c2ff519

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/src/lib.rs

Lines changed: 2 additions & 0 deletions
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)]

stdarch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 699c093a42283c07e9763b4c19439a900ae2d321
1+
Subproject commit 790411f93c4b5eada3c23abb4c9a063fb0b24d99

0 commit comments

Comments
 (0)