Skip to content

Commit 8f4dc2b

Browse files
ehussBatmanAoD
authored andcommitted
Clarify function pointer variadics also support -unwind
1 parent 34e0b68 commit 8f4dc2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/function-pointer.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ r[type.fn-pointer.constraint-variadic]
5454
Variadic parameters can only be specified with [`extern`] function types with
5555
the `"C"` or `"cdecl"` calling convention.
5656

57+
This also includes the corresponding [`-unwind` variants][items.fn.extern.unwind].
58+
5759
r[type.fn-pointer.attributes]
5860
## Attributes on function pointer parameters
5961

0 commit comments

Comments
 (0)