mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 05:55:42 +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`
For more information about how rustc works, see the rustc dev guide.