mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
2ff5a3e38b
...because alignment is always nonzero. This helps eliminate redundant runtime alignment checks, when a DST is a field of a struct whose remaining fields have alignment 1.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.