Add a tracking issue to the feature gate of the sysv64 ABI

This commit is contained in:
CensoredUsername 2016-08-31 15:52:10 +02:00
parent 46a719e2cc
commit ad447a12b5

View File

@ -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! (