unsafe { transmute }` in the test is generating undefined behavior, as it assigns a value into `bool` that is neither 0 nor 1. We see discrepancy between release and debug builds due to this. It is better to avoid `unsafe` blocks if there alternatives that let the compiler check everything. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
build.rs |