about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-03-09 11:31:04 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-03-11 10:56:21 -0700
commitf2a8556df455c37b64d7e7df1454fc156f6be342 (patch)
treef205dbfcb5475d09a7260ef22fe37d473f59e3a1 /src/libcore
parentfedce67cd21dc08ece5a484fe1a060346acac98a (diff)
downloadrust-f2a8556df455c37b64d7e7df1454fc156f6be342.tar.gz
rust-f2a8556df455c37b64d7e7df1454fc156f6be342.zip
Update stdsimd module
Pulls in a redesigned `std::simd` module as well as a replacement for the
`is_target_feature_detected!` macro
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 1efd605112d..448e49ffebd 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -74,7 +74,9 @@
 #![feature(concat_idents)]
 #![feature(const_fn)]
 #![feature(custom_attribute)]
+#![feature(doc_cfg)]
 #![feature(doc_spotlight)]
+#![feature(fn_must_use)]
 #![feature(fundamental)]
 #![feature(i128_type)]
 #![feature(inclusive_range_syntax)]