From a12bb34920c3c28c204a93e6994b481ff2d45ea7 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 20 Sep 2024 09:13:51 -0700 Subject: [PATCH] docs: remove `result_ffi_guarantees` from unstable book --- .../src/language-features/result-ffi-guarantees.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/doc/unstable-book/src/language-features/result-ffi-guarantees.md diff --git a/src/doc/unstable-book/src/language-features/result-ffi-guarantees.md b/src/doc/unstable-book/src/language-features/result-ffi-guarantees.md deleted file mode 100644 index dc9c196524e..00000000000 --- a/src/doc/unstable-book/src/language-features/result-ffi-guarantees.md +++ /dev/null @@ -1,14 +0,0 @@ -# `result_ffi_guarantees` - -The tracking issue for this feature is: [#110503] - -[#110503]: https://github.com/rust-lang/rust/issues/110503 - ------------------------- - -This feature adds the possibility of using `Result` in FFI if T's niche -value can be used to describe E or vise-versa. - -See [RFC 3391] for more information. - -[RFC 3391]: https://github.com/rust-lang/rfcs/blob/master/text/3391-result_ffi_guarantees.md