diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-09-20 09:13:51 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-10-19 13:01:30 -0700 |
| commit | a12bb34920c3c28c204a93e6994b481ff2d45ea7 (patch) | |
| tree | 2ff6c3a5204f044f3f8bcc337b403025b0fc96f6 | |
| parent | fa18606b177dc77b50fef7c96fb42bd1c5458c09 (diff) | |
| download | rust-a12bb34920c3c28c204a93e6994b481ff2d45ea7.tar.gz rust-a12bb34920c3c28c204a93e6994b481ff2d45ea7.zip | |
docs: remove `result_ffi_guarantees` from unstable book
| -rw-r--r-- | src/doc/unstable-book/src/language-features/result-ffi-guarantees.md | 14 |
1 files changed, 0 insertions, 14 deletions
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<T, E>` 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 |
