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

Fix clippy::needless_lifetimes in Rust 1.83 and ShimLock ABI on ia32 #1485

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nicholasbishop
Copy link
Member

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

Previously this was sysv64. As of Rust 1.83, this is rejected by the compiler as
incompatible with an i386 target.
@nicholasbishop nicholasbishop changed the title Fix clippy::needless_lifetimes in Rust 1.83 Fix clippy::needless_lifetimes in Rust 1.83 and ShimLock ABI on ia32 Nov 28, 2024
@nicholasbishop
Copy link
Member Author

I'm not 100% sure that cdecl is what we want for ShimLock on ia32; the Rust docs are rather sparse, and shim doesn't document the protocol's ABI at all. But it at least compiles, which is better than sysv64.

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

Successfully merging this pull request may close these issues.

1 participant