mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 10:58:29 +00:00
Layout things These two commits are pretty independent, but didn't seem worth doing individual PRs for: - Always check that size is a multiple of align, even without debug assertions - Change Layout debug printing to put `variants` last, since it often huge and not usually the part we are most interested in Cc `@eddyb`
For more information about how rustc works, see the rustc dev guide.