MSVC: Regression cross compiling from x86_64 to x86 #31063
Labels
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
On nightly (and beta I believe) the compiler will currently fail when cross compiling from x86_64 to x86 (after ensuring the standard library is in the right location) with the message:
I believe this is a regression from #30233 and #30516, which were backported, so I believe this is a stable regression. That being said I doubt anyone other than Cargo CI is doing this, so it may not be that big.
I also believe that @retep998 is working on a patch, but this should help track this issue.
The text was updated successfully, but these errors were encountered: