rust/compiler/rustc_trait_selection/src/traits/select
Jack Wrenn e9eae28eee transmutability: shift abstraction boundary
Previously, `rustc_transmute`'s layout representations were genericized
over `R`, a reference. Now, it's instead genericized over
representations of type and region. This allows us to move reference
transmutability logic from `rustc_trait_selection` to
`rustc_transmutability` (and thus unit test it independently of the
compiler), and — in a follow-up PR — will make it possible to support
analyzing function pointer transmutability with minimal surgery.
2025-06-09 14:08:12 +00:00
..
_match.rs Remove unnecessary bool from ExpectedFound 2024-11-23 04:51:31 +00:00
candidate_assembly.rs Add iter macro 2025-06-03 10:52:32 -07:00
confirmation.rs transmutability: shift abstraction boundary 2025-06-09 14:08:12 +00:00
mod.rs Rename unpack to kind 2025-05-27 11:14:45 +00:00