For example, thearm64e-apple-darwinhastarget_arch = "aarch64". This is also true of all the ARM targets, these all havetarget_arch = "arm"even though the full target name is much longer. arm64ec-pc-windows-msvcis the only target that differs here, and setstarget_arch = "arm64ec"...
Build project target arm64ec-pc-windows-msvc with -Zbuild-std on x86-64 windows host got linking error message like below: lld: error: msvcrt.lib(tlssup.obj): machine type arm64 conflicts with arm64ec␍ How to fix it?rustbot added the needs-triage label Sep 6, 2024 lolbinarycat...