rust/compiler/rustc_transmute/src/maybe_transmutable
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
..
mod.rs Safe Transmute: Refactor error handling and Answer type 2023-06-12 16:56:21 -07:00
query_context.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
tests.rs Safe Transmute: Refactor error handling and Answer type 2023-06-12 16:56:21 -07:00