mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-24 23:17:31 +00:00
- Remove the vacuous `Types`, which provides extremely little value. - Make sure `src` comes before `dst` in all transmute-related functions. (Currently it's a mix: sometimes `src` is first, sometimes it is second`.)