mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +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