Skip to content

Commit 15fb65e

Browse files
katelyn a. martinAmanieu
andcommitted
pr review: list all -unwind ABI's in unstable book
### Changes This is a small commit, updating the `c-unwind` page in the unstable book to list _all_ of the other ABI strings that are introduced by this feature gate. Now, all of the ABI's specified by RFC 2945 are shown. Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent 6013541 commit 15fb65e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/unstable-book/src/language-features/c-unwind.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ The tracking issue for this feature is: [#74990]
66

77
------------------------
88

9-
Introduces a new ABI string, "C-unwind", to enable unwinding from other
9+
Introduces four new ABI strings: "C-unwind", "stdcall-unwind",
10+
"thiscall-unwind", and "system-unwind". These enable unwinding from other
1011
languages (such as C++) into Rust frames and from Rust into other languages.
1112

1213
See [RFC 2945] for more information.

0 commit comments

Comments
 (0)