mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
bb037e6fa7
Custom MIR: Support `BinOp::Offset` Since offset doesn't have an infix operator, a new function `Offset` is added which is lowered to `Rvalue::BinaryOp(BinOp::Offset, ..)` r? ```@oli-obk``` or ```@tmiasko``` or ```@JakobDegen```