rust/tests/ui/transmutability/malformed-program-gracefulness
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
..
feature-missing.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-missing.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unknown_dst.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unknown_dst.stderr Render missing generics suggestion verbosely 2023-01-12 22:04:30 +00:00
unknown_src_field.rs Safe Transmute: Refactor error handling and Answer type 2023-06-12 16:56:21 -07:00
unknown_src_field.stderr Safe Transmute: Refactor error handling and Answer type 2023-06-12 16:56:21 -07:00
unknown_src.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unknown_src.stderr Render missing generics suggestion verbosely 2023-01-12 22:04:30 +00:00
wrong-type-assume.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
wrong-type-assume.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00