mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
Add a tracking issue to the feature gate of the sysv64 ABI
This commit is contained in:
parent
46a719e2cc
commit
ad447a12b5
@ -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! (
|
||||
|
Loading…
Reference in New Issue
Block a user