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