We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-unwind
1 parent 94bb6a6 commit d1a59f5Copy full SHA for d1a59f5
src/ffi.md
@@ -721,9 +721,9 @@ No `transmute` required!
721
722
## FFI and unwinding
723
724
-It’s important to be mindful of unwinding when working with FFI. Each
725
-ABI comes in two variants, one with `-unwind` suffix and one without (except
726
-the `Rust` ABI, which always permits unwinding).
+It’s important to be mindful of unwinding when working with FFI. Most
+ABI strings come in two variants, one with an `-unwind` suffix and one without.
+The `Rust` ABI always permits unwinding, so there is no `Rust-unwind` ABI.
727
728
If you expect Rust `panic`s or foreign (e.g. C++) exceptions to cross an FFI
729
boundary, that boundary must use the appropriate `-unwind` ABI string.
0 commit comments