Rollup merge of #161239 - beetrees:transparent-complex, r=folkertdev
Fix `#[repr(transparent)]` wrapper types not working with `Complex<T>` This PR fixes handling of `#[repr(transparent)]` types both containing `Complex<T>` and containing the `T` with `Complex<T>`. I've also added a test case for where this was showing up in the `x86` ABI. r? @folkertdev
J
Jonathan Brouwer committed
435796a9bfef2ecbc41dc2864b9a93cab72be6b5
Committed by GitHub <noreply@github.com>
on 8/18/2026, 11:32:22 AM