mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 04:09:32 +00:00
Align unsized locals Allocate an extra space for unsized locals and manually align the storage, since alloca doesn't support dynamic alignment. Fixes #71416. Fixes #71695.