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

Add a macro for defining intrinsics with the Rust ABI #127885

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

Commits on Jul 17, 2024

  1. Add a macro that simplifies transitioning to the Rust intrinsic ABI

    Migrating intrinsics at this time seems to come with a lot of
    boilerplate in the form of attributes and empty bodies (see
    <rust-lang#127337> for an example). Add a
    macro that simplifies this, and makes the transition from `extern
    "rust-intrinsic"` intrinsics much cleaner.
    tgross35 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    24e6ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ddf1c5 View commit details
    Browse the repository at this point in the history