rust/library/core
Matthias Krüger bb037e6fa7
Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obk
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```
2023-04-12 17:04:32 +02:00
..
benches
primitive_docs
src Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obk 2023-04-12 17:04:32 +02:00
tests Improve the floating point parser in dec2flt. 2023-04-10 00:47:08 +02:00
Cargo.toml