mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

TransmuteFrom: Gracefully handle unnormalized types and normalization errors ~~Refactor to share code between `TransmuteFrom`'s trait selection and error reporting code paths. Additionally normalizes the source and destination types, and gracefully handles normalization errors.~~ Fixes #130413 r? `@compiler-errors`