about summary refs log tree commit diff
path: root/src/libcore/simd.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-08-12 17:23:48 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-08-15 18:09:16 -0700
commitb7dcf272d90657bfea13e54939ee04fed7c7f5f0 (patch)
treecdea478a10b63039317b56c9ce427f6fb67db182 /src/libcore/simd.rs
parent6634777ae0a89a535d7b43cd95c227724818a260 (diff)
core: Fill out issues for unstable features
Diffstat (limited to 'src/libcore/simd.rs')
-rw-r--r--src/libcore/simd.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/simd.rs b/src/libcore/simd.rs
index d0205fc9b12..b06c0241093 100644
--- a/src/libcore/simd.rs
+++ b/src/libcore/simd.rs
@@ -35,7 +35,8 @@
 //! warning.
 
 #![unstable(feature = "core_simd",
-            reason = "needs an RFC to flesh out the design")]
+            reason = "needs an RFC to flesh out the design",
+            issue = "27731")]
 
 #![allow(non_camel_case_types)]
 #![allow(missing_docs)]