From b05d56e8dfab65ac842b898ccdac5cd61c163556 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Wed, 12 Feb 2025 15:40:30 +0000 Subject: [PATCH] Merge pull request #1734 from rust-lang/revert-1687-patch-1 Revert "Update function-pointer.md for stabilization of `extended_varargs_abi_support`" --- src/types/function-pointer.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/types/function-pointer.md b/src/types/function-pointer.md index 21a398265..9fcbe344b 100644 --- a/src/types/function-pointer.md +++ b/src/types/function-pointer.md @@ -39,14 +39,7 @@ function], and the `extern` qualifier indicates it is an [extern function]. r[type.fn-pointer.constraint-variadic] Variadic parameters can only be specified with [`extern`] function types with -these calling conventions: -* `C` -* `cdecl` -* `system` -* `aapcs` -* `sysv64` -* `win64` -* `efiapi` +the `"C"` or `"cdecl"` calling convention. An example where `Binop` is defined as a function pointer type: