Skip to content

Commit

Permalink
Clarify function pointer variadics also support -unwind
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 21, 2025
1 parent 113bd8c commit 8a8954f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/function-pointer.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ these calling conventions:
* `win64`
* `efiapi`

This also includes the corresponding [`-unwind` variants][items.fn.extern.unwind].

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

```rust
Expand Down

0 comments on commit 8a8954f

Please sign in to comment.