Skip to content

Commit ad447a1

Browse files
Add a tracking issue to the feature gate of the sysv64 ABI
1 parent 46a719e commit ad447a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ declare_features! (
285285

286286
// Allows the sysV64 ABI to be specified on all platforms
287287
// instead of just the platforms on which it is the C ABI
288-
(active, abi_sysv64, "1.13.0", None)
288+
(active, abi_sysv64, "1.13.0", Some(36167))
289289
);
290290

291291
declare_features! (

0 commit comments

Comments
 (0)