rust/tests/ui/async-await/future-sizes
Tomasz Miąsko a48cebc4b8 Coroutine variant fields can be uninitialized
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
6fae7f8071.
2023-12-12 00:00:00 +00:00
..
async-awaiting-fut.rs Add test for Future inflating arg size to 3x 2023-02-07 08:52:15 +01:00
async-awaiting-fut.stdout Coroutine variant fields can be uninitialized 2023-12-12 00:00:00 +00:00
future-as-arg.rs Update test to not trigger stack overflow 2023-02-02 01:20:12 +00:00
large-arg.rs Move ignore-pass to large-arg test 2023-02-02 01:20:12 +00:00
large-arg.stdout adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00