mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:26:40 +00:00
assert ScalarMaybeUninit size I noticed most low-level Miri types have such an assert but `ScalarMaybeUninit` does not, so let's add that. Good t see that the `Option`-like optimization kicks in and this is no bigger than `Scalar`. :) r? @oli-obk
For more information about how rustc works, see the rustc dev guide.