Looks like the nightly bug related to name mangling has been fixed: https://github.com/rust-lang/rust/pull/96444 Once its available in nightly, we need to remove the `continue-on-error` from the build. The following command can be used to verify the fix: ``` cargo test -p test_nightly_component --target i686-pc-windows-msvc ```