about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/core/src/lib.rs2
m---------library/stdarch0
2 files changed, 2 insertions, 0 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs
index 7d893ca4aa1..da84763836e 100644
--- a/library/core/src/lib.rs
+++ b/library/core/src/lib.rs
@@ -210,6 +210,7 @@
 #![feature(simd_ffi)]
 #![feature(staged_api)]
 #![feature(stmt_expr_attributes)]
+#![feature(target_feature_11)]
 #![feature(trait_alias)]
 #![feature(transparent_unions)]
 #![feature(try_blocks)]
@@ -225,6 +226,7 @@
 #![feature(hexagon_target_feature)]
 #![feature(mips_target_feature)]
 #![feature(powerpc_target_feature)]
+#![feature(riscv_target_feature)]
 #![feature(rtm_target_feature)]
 #![feature(sse4a_target_feature)]
 #![feature(tbm_target_feature)]
diff --git a/library/stdarch b/library/stdarch
-Subproject 699c093a42283c07e9763b4c19439a900ae2d32
+Subproject 790411f93c4b5eada3c23abb4c9a063fb0b24d9