mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-07 03:34:02 +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`