We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad22a3 commit 12fbcadCopy full SHA for 12fbcad
src/items/functions.md
@@ -205,7 +205,8 @@ let fptr: extern "C" fn() -> i32 = new_i32;
205
206
### Unwinding
207
208
-Each non-`Rust` ABI string has a corresponding ABI with the suffix `-unwind`.
+Most ABI strings come in two variants, one with an `-unwind` suffix and one without.
209
+The `Rust` ABI always permits unwinding, so there is no `Rust-unwind` ABI.
210
211
The choice of ABI, together with the [panic mode][panic-modes], determines the
212
behavior when unwinding out of a function.
0 commit comments