rust/tests/ui/transmute
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
..
lifetimes.rs
main.rs
main.stderr
transmute-different-sizes.rs
transmute-different-sizes.stderr
transmute-fat-pointers.rs
transmute-fat-pointers.stderr
transmute-from-fn-item-types-error.rs
transmute-from-fn-item-types-error.stderr
transmute-impl.rs
transmute-impl.stderr
transmute-imut-to-mut.rs
transmute-imut-to-mut.stderr
transmute-padding-ice.rs
transmute-padding-ice.stderr
transmute-type-parameters.rs
transmute-type-parameters.stderr