Skip to content

Commit

Permalink
Merge pull request #1734 from rust-lang/revert-1687-patch-1
Browse files Browse the repository at this point in the history
Revert "Update function-pointer.md for stabilization of `extended_varargs_abi_support`"
  • Loading branch information
traviscross authored Feb 12, 2025
2 parents 2fd8433 + 775812b commit 6195dbd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/types/function-pointer.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,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.

r[type.fn-pointer.attributes]
## Attributes on function pointer parameters
Expand Down

0 comments on commit 6195dbd

Please sign in to comment.