Revert "Stabilize extended_varargs_abi_support"

This reverts commit 685f189b43.
This commit is contained in:
Jubilee Young
2025-02-11 17:22:27 -08:00
parent 92bedea1c5
commit d97bde059a
16 changed files with 124 additions and 12 deletions

View File

@@ -487,6 +487,9 @@ declare_features! (
(unstable, exhaustive_patterns, "1.13.0", Some(51085)),
/// Allows explicit tail calls via `become` expression.
(incomplete, explicit_tail_calls, "1.72.0", Some(112788)),
/// Allows using `efiapi`, `sysv64` and `win64` as calling convention
/// for functions with varargs.
(unstable, extended_varargs_abi_support, "1.65.0", Some(100189)),
/// Allows defining `extern type`s.
(unstable, extern_types, "1.23.0", Some(43467)),
/// Allow using 128-bit (quad precision) floating point numbers.