rust/tests/ui/transmute
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
..
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 Improve safe transmute error reporting 2023-04-13 21:57:08 +00:00
transmute-type-parameters.rs
transmute-type-parameters.stderr