mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
cca43fe8e2
interpret: fix CheckedBinOp behavior when overflow checking is disabled Adjusts the interpreter to https://github.com/rust-lang/rust/pull/98738. r? `@oli-obk`