Closed RalfJung closed 4 years ago
Ah, we have to wait until Miri gets an update to work with the newer rustc that has as_ptr
.
Cool. Does that mean waiting for the next nightly or the next release?
It means waiting for https://github.com/rust-lang/rust/issues/75274 to be fixed, which is currently blocked on https://github.com/rust-lang/rust/pull/75339.
Miri got that update, so CI should pass now. Cycling the PR.
With https://github.com/rust-lang/rust/pull/75250 having landed, we can finally get rid of the
transmute
here.