mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
2c41369acc
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.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.