rust/tests/ui/transmutability/unions
Bryan Garza 36febe1f4d Improve safe transmute error reporting
This patch updates the error reporting when Safe Transmute is not
possible between 2 types by including the reason.

Also, fix some small bugs that occur when computing the `Answer` for
transmutability.
2023-04-13 21:57:08 +00:00
..
repr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
boolish.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
should_pad_variants.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
should_pad_variants.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
should_permit_intersecting_if_validity_is_assumed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
should_reject_contraction.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
should_reject_contraction.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
should_reject_disjoint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
should_reject_disjoint.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
should_reject_intersecting.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
should_reject_intersecting.stderr Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00