]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37281 - TimNN:pad-align, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 22 Oct 2016 07:04:31 +0000 (00:04 -0700)
committerGitHub <noreply@github.com>
Sat, 22 Oct 2016 07:04:31 +0000 (00:04 -0700)
commit4642e08b4d00e350555e18c72a109c2a9d502d76
tree00f1ee425872e6764fec44bfa2e9d31565339943
parentf136e9e2995c7682ab0c89a93cc197a246eaea81
parentf1356975a426b05bd57fa551218bf63e14c57052
Auto merge of #37281 - TimNN:pad-align, r=eddyb

trans: pad const structs to aligned size

Fixes #37222.

I'm not sure if that is the *correct* way to fix this, but it *does* work.