mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 13:16:15 +00:00
Still more complexity, but this allows computing exact `NaiveLayout`s for null-optimized enums, and thus allows calls like `transmute::<Option<&T>, &U>()` to work in generic contexts.