mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
46d8c2beeb
- 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`.)