about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2023-08-25 13:45:35 +0100
committerGary Guo <gary@garyguo.net>2024-06-19 13:54:51 +0100
commitebdfcd93a3a71bde87be117bdb9e01e0ade34981 (patch)
tree35ce018a8f62014411ac322ceaf2225b1ff7fd58 /src/doc
parent5978f353309af5131e16e67897292f659ad54d19 (diff)
downloadrust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.tar.gz
rust-ebdfcd93a3a71bde87be117bdb9e01e0ade34981.zip
Stabilise c_unwind
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/language-features/c-unwind.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/doc/unstable-book/src/language-features/c-unwind.md b/src/doc/unstable-book/src/language-features/c-unwind.md
deleted file mode 100644
index fb32918d5e4..00000000000
--- a/src/doc/unstable-book/src/language-features/c-unwind.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# `c_unwind`
-
-The tracking issue for this feature is: [#74990]
-
-[#74990]: https://github.com/rust-lang/rust/issues/74990
-
-------------------------
-
-Introduces new ABI strings:
-- "C-unwind"
-- "cdecl-unwind"
-- "stdcall-unwind"
-- "fastcall-unwind"
-- "vectorcall-unwind"
-- "thiscall-unwind"
-- "aapcs-unwind"
-- "win64-unwind"
-- "sysv64-unwind"
-- "system-unwind"
-
-These enable unwinding from other languages (such as C++) into Rust frames and
-from Rust into other languages.
-
-See [RFC 2945] for more information.
-
-[RFC 2945]: https://github.com/rust-lang/rfcs/blob/master/text/2945-c-unwind-abi.md