about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCensoredUsername <cens.username@gmail.com>2016-08-31 15:52:10 +0200
committerCensoredUsername <cens.username@gmail.com>2016-08-31 15:52:10 +0200
commitad447a12b5b057802a434eb02373a966328cb3f9 (patch)
tree23cbe1a94b1c71e9be5db14c3cedd3db4b4565f1
parent46a719e2ccc03f22537b1a3ce9e345770ca4e1ba (diff)
downloadrust-ad447a12b5b057802a434eb02373a966328cb3f9.tar.gz
rust-ad447a12b5b057802a434eb02373a966328cb3f9.zip
Add a tracking issue to the feature gate of the sysv64 ABI
-rw-r--r--src/libsyntax/feature_gate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/feature_gate.rs b/src/libsyntax/feature_gate.rs
index 18924a3dc25..e224e30b1a2 100644
--- a/src/libsyntax/feature_gate.rs
+++ b/src/libsyntax/feature_gate.rs
@@ -285,7 +285,7 @@ declare_features! (
 
     // Allows the sysV64 ABI to be specified on all platforms
     // instead of just the platforms on which it is the C ABI
-    (active, abi_sysv64, "1.13.0", None)
+    (active, abi_sysv64, "1.13.0", Some(36167))
 );
 
 declare_features! (