mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-15 08:46:41 +00:00

interpret: fix CheckedBinOp behavior when overflow checking is disabled Adjusts the interpreter to https://github.com/rust-lang/rust/pull/98738. r? `@oli-obk`