mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
6dddc888fc
Update Result docs to the new guarantees The `Option` docs already explain the guarantees given in [RFC 3391](https://github.com/rust-lang/rfcs/blob/master/text/3391-result_ffi_guarantees.md), so all that we need is a paragraph saying that some `Result` type combinations will also qualify. Part of https://github.com/rust-lang/rust/issues/110503