mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
8a0d8dde44
The discriminant check was not working correctly for negative numbers. This change fixes that by masking out the relevant bits correctly.