mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
55380a5ffd
This works around the lack of a way to specify the alignment of a stack slot in Cranelift. Fixes #1230 Fixes #1381