mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +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.