Closed RalfJung closed 4 years ago
With https://github.com/rust-lang/rust/issues/73394 available on nightly, we can finally provide an actually UB-free version of offset_of!. :)
offset_of!
(The Miri job fails because raw_const is not yet available in the latest nightly with Miri.)
Well, that sure is good enough for me. Thank you!
With https://github.com/rust-lang/rust/issues/73394 available on nightly, we can finally provide an actually UB-free version of
offset_of!
. :)