Skip to content

Commit 6195dbd

Browse files
authored
Merge pull request #1734 from rust-lang/revert-1687-patch-1
Revert "Update function-pointer.md for stabilization of `extended_varargs_abi_support`"
2 parents 2fd8433 + 775812b commit 6195dbd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: src/types/function-pointer.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,7 @@ function], and the `extern` qualifier indicates it is an [extern function].
5252

5353
r[type.fn-pointer.constraint-variadic]
5454
Variadic parameters can only be specified with [`extern`] function types with
55-
these calling conventions:
56-
* `C`
57-
* `cdecl`
58-
* `system`
59-
* `aapcs`
60-
* `sysv64`
61-
* `win64`
62-
* `efiapi`
55+
the `"C"` or `"cdecl"` calling convention.
6356

6457
r[type.fn-pointer.attributes]
6558
## Attributes on function pointer parameters

0 commit comments

Comments
 (0)