rust/crates/hir-ty
dfireBird b8017928af
Change comparsion for checking if number is negative to include 128
Reason: The last byte in Little Endian representation of negative
integers start at 128 (Ox80) till 255 (OxFF). The comparison before
the fix didn't check for 128 which made is_negative variable as false.
2023-06-22 12:51:35 +05:30
..
src Change comparsion for checking if number is negative to include 128 2023-06-22 12:51:35 +05:30
Cargo.toml Change in-tree libs to workspace dependencies 2023-06-20 13:53:39 +10:00