diff options
| author | CensoredUsername <cens.username@gmail.com> | 2016-08-31 15:52:10 +0200 |
|---|---|---|
| committer | CensoredUsername <cens.username@gmail.com> | 2016-08-31 15:52:10 +0200 |
| commit | ad447a12b5b057802a434eb02373a966328cb3f9 (patch) | |
| tree | 23cbe1a94b1c71e9be5db14c3cedd3db4b4565f1 | |
| parent | 46a719e2ccc03f22537b1a3ce9e345770ca4e1ba (diff) | |
| download | rust-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.rs | 2 |
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! ( |
