rust/tests/ui/transmutability/unions
Bryan Garza 94ad084ac6 Safe Transmute: Fix propagation of errors
- Make sure that the most specific Reason is the one that bubbles up when we
  are folding over the `Answer` tree. `Reason::DstIsBitIncompatible` is the
  least specific, so that should be used only when there isn't anything else
  available.
- Small fixes where we used the wrong Reason variant.
- Tiny cleanups
2023-05-24 14:52:19 -07:00
..
repr Safe Transmute: Fix propagation of errors 2023-05-24 14:52:19 -07: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 Safe Transmute: Fix propagation of errors 2023-05-24 14:52:19 -07: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