about summary refs log tree commit diff
path: root/compiler/rustc_transmute/src/layout/tree
AgeCommit message (Collapse)AuthorLines
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+80
This initial implementation handles transmutations between types with specified layouts, except when references are involved. Co-authored-by: Igor null <m1el.2027@gmail.com>