mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +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`