summary refs log tree commit diff
path: root/src/test/ui/transmutability/abstraction
AgeCommit message (Collapse)AuthorLines
2022-07-27safe transmute: test when `ASSUME` params are passed indirectlyJack Wrenn-0/+73
ref: https://github.com/rust-lang/rust/pull/92268/files#r925258420
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+41
This initial implementation handles transmutations between types with specified layouts, except when references are involved. Co-authored-by: Igor null <m1el.2027@gmail.com>