mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-10 22:34:01 +00:00

Normalize struct tail properly for `dyn` ptr-to-ptr casting in new solver Realized that the new solver didn't handle ptr-to-ptr casting correctly. r? lcnr Built on #128694