We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like the nightly bug related to name mangling has been fixed:
rust-lang/rust#96444
Once its available in nightly, we need to remove the continue-on-error from the build.
continue-on-error
The following command can be used to verify the fix:
cargo test -p test_nightly_component --target i686-pc-windows-msvc
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Looks like the nightly bug related to name mangling has been fixed:
rust-lang/rust#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:
The text was updated successfully, but these errors were encountered: