mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
2e43793fd6
ABI compatibility: mention Result guarantee This has been already documented in https://doc.rust-lang.org/std/result/index.html#representation, but for `Option` we mirrored those docs in the "ABI compatibility" section, so let's do the same here. Cc ``@workingjubilee`` ``@rust-lang/lang``