mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
bae9270989
Looser check for overflowing_binary_op Fix for issue #91636 tight check resulted in ICE, this makes the check a little looser. It seems `eq` allows comparing of `supertype` and `subtype` if `lhs = supertype` and `rhs = subtype` but not vice versa, is this intended behavior ? |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |