David Mak
814dda55d7
build_int_cast performs signed extension or truncation depending on the source and target int lengths. This is usually not what we want - We want zero-extension instead. Replace all instances of build_int_cast with build_int_z_extend_or_bit_cast to fix this issue. |
||
---|---|---|
.. | ||
irrt | ||
nac3core_derive | ||
src | ||
build.rs | ||
Cargo.toml |