rust/src/libcore/mem
Tyler Mandry 6fae7f8071 Wrap promoted generator fields in MaybeUninit
This prevents uninhabited fields from "infecting" the abi and
largest_niche of the generator layout.

This fixes a latent bug, where an uninhabited field could be promoted to
the generator prefix and cause the entire generator to become
uninhabited.
2019-07-29 12:17:49 -07:00
..
manually_drop.rs split libcore::mem into multiple files 2019-05-29 10:00:13 +02:00
maybe_uninit.rs Wrap promoted generator fields in MaybeUninit 2019-07-29 12:17:49 -07:00
mod.rs Fix typo in mem::uninitialized doc 2019-07-24 11:34:30 +03:00