mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 12:40:14 +03:00
7f109086ee
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.