mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-13 21:22:36 +00:00
The discriminant check was not working correctly for negative numbers. This change fixes that by masking out the relevant bits correctly.
The discriminant check was not working correctly for negative numbers. This change fixes that by masking out the relevant bits correctly.