1
Fork 0
rust/compiler/rustc_transmute/src/layout
Bryan Garza f4cf8f65a5 Safe Transmute: Refactor error handling and Answer type
- Create `Answer` type that is not just a type alias of `Result`
- Remove a usage of `map_layouts` to make the code easier to read
- Don't hide errors related to Unknown Layout when computing transmutability
2023-06-12 16:56:21 -07:00
..
tree Initial (incomplete) implementation of transmutability trait. 2022-07-27 17:33:56 +00:00
dfa.rs safe transmute: use FxIndex{Map,Set} instead of FxHash{Map,Set} 2022-08-23 15:52:49 +00:00
mod.rs Safe Transmute: Check mutability before creating dst -> src obligation 2023-05-24 15:00:06 -07:00
nfa.rs don't clone Copy types 2022-12-18 14:25:55 +01:00
tree.rs Safe Transmute: Refactor error handling and Answer type 2023-06-12 16:56:21 -07:00