This regression was found by the 1.97 beta crater run.
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ethnum-1.5.2/src/error.rs:16:14
[INFO] [stdout] |
[INFO] [stdout] 16 | unsafe { mem::transmute(()) }
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: source type: `()` (0 bits)
[INFO] [stdout] = note: target type: `TryFromIntError` (8 bits)
I assume this is acceptable breakage, but I'm filing this issue just in case some action is needed (e.g., a mention in the release notes).
This regression was found by the 1.97 beta crater run.
It affects 230 dependents of
ethnumversion 1.5.2 or earlier. (ethnumversion 1.5.3 was released on April 20 to fix this.)Presumably regressed in #153178. cc @sorairolake, @tgross35
I assume this is acceptable breakage, but I'm filing this issue just in case some action is needed (e.g., a mention in the release notes).