docs: remove result_ffi_guarantees from unstable book
This commit is contained in:
parent
fa18606b17
commit
a12bb34920
1 changed files with 0 additions and 14 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue