mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-06 16:12:25 +00:00
compiler: Document the offset invariant of `OperandValue::Pair`
A subtle invariant of `OperandValue::Pair` that came up during review and was found to be undocumented.
Visible in code like this:
4b27a04cc8/compiler/rustc_codegen_ssa/src/mir/operand.rs (L376-L392)
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.