mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 20:17:50 +00:00
![]() Wrap coroutine variant fields in MaybeUninit to indicate that they
might be uninitialized. Otherwise an uninhabited field will make
the entire variant uninhabited and introduce undefined behaviour.
The analogous issue in the prefix of coroutine layout was addressed by
|
||
---|---|---|
.. | ||
async-awaiting-fut.rs | ||
async-awaiting-fut.stdout | ||
future-as-arg.rs | ||
large-arg.rs | ||
large-arg.stdout |