We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 609eb9f + 2c3bdb8 commit 3a210b8Copy full SHA for 3a210b8
core/src/lib.rs
@@ -210,6 +210,7 @@
210
#![feature(simd_ffi)]
211
#![feature(staged_api)]
212
#![feature(stmt_expr_attributes)]
213
+#![feature(target_feature_11)]
214
#![feature(trait_alias)]
215
#![feature(transparent_unions)]
216
#![feature(try_blocks)]
@@ -225,6 +226,7 @@
225
226
#![feature(hexagon_target_feature)]
227
#![feature(mips_target_feature)]
228
#![feature(powerpc_target_feature)]
229
+#![feature(riscv_target_feature)]
230
#![feature(rtm_target_feature)]
231
#![feature(sse4a_target_feature)]
232
#![feature(tbm_target_feature)]
stdarch
@@ -1 +1 @@
1
-Subproject commit 699c093a42283c07e9763b4c19439a900ae2d321
+Subproject commit 790411f93c4b5eada3c23abb4c9a063fb0b24d99
0 commit comments