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