Skip to content
New issue

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

Heads-up: unsupported_calling_conventions will become a hard error soon #1

Open
RalfJung opened this issue Sep 9, 2024 · 2 comments

Comments

@RalfJung
Copy link

RalfJung commented Sep 9, 2024

This crate showed up in the crater run for rust-lang/rust#129935 because it uses a calling convention that does not exist on x86-64-Linux. See the error log here:

https://crater-reports.s3.amazonaws.com/pr-129935/try%23498fce24f39c1ecbb0abe08824e72162da853341/reg/rustishka-0.1.0/log.txt

A warning has been shown for this issue for many years now, and this will be turned into a hard error fairly soon. Please update your crate to avoid it failing to build with a future version of Rust. :)

@BadRyuner
Copy link
Owner

Is there any way I can make crate windows-only?

@RalfJung
Copy link
Author

RalfJung commented Sep 9, 2024

I don't know what people usually do there, sorry. Maybe ask on URLO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants