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

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    637a2e1 View commit details
    Browse the repository at this point in the history
  2. Switch ia32 ABI for ShimLock to cdecl

    Previously this was sysv64. As of Rust 1.83, this is rejected by the compiler as
    incompatible with an i386 target.
    nicholasbishop committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    8e90994 View commit details
    Browse the repository at this point in the history