Skip to content

Commit 8a8954f

Browse files
committed
Clarify function pointer variadics also support -unwind
1 parent 113bd8c commit 8a8954f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/function-pointer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ these calling conventions:
4747
* `win64`
4848
* `efiapi`
4949

50+
This also includes the corresponding [`-unwind` variants][items.fn.extern.unwind].
51+
5052
An example where `Binop` is defined as a function pointer type:
5153

5254
```rust

0 commit comments

Comments
 (0)