mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
aeddd2ddfd
Fix error report for size overflow from transmute Fixes #115402 The span in the error reporting always points to the `dst`, this is an old issue, I may open another PR to fix it.