Skip to content

Commit b05d56e

Browse files
committed
Merge pull request #1734 from rust-lang/revert-1687-patch-1
Revert "Update function-pointer.md for stabilization of `extended_varargs_abi_support`"
1 parent acd6794 commit b05d56e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/types/function-pointer.md

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

4040
r[type.fn-pointer.constraint-variadic]
4141
Variadic parameters can only be specified with [`extern`] function types with
42-
these calling conventions:
43-
* `C`
44-
* `cdecl`
45-
* `system`
46-
* `aapcs`
47-
* `sysv64`
48-
* `win64`
49-
* `efiapi`
42+
the `"C"` or `"cdecl"` calling convention.
5043

5144
An example where `Binop` is defined as a function pointer type:
5245

0 commit comments

Comments
 (0)