mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
461d0d0dfd
Simplify how inline asm handles `MaybeUninit` This is just better, but this is also allows it to handle changes from https://github.com/rust-lang/rust/pull/149614 (i.e. `ManuallyDrop` containing `MaybeDangle`).