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

Unify dylib loading between proc macros and codegen backends #121392

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. Unify dylib loading between proc macros and codegen backends

    As bonus this makes the errors when failing to load a proc macro more
    informative to match the backend loading errors. In addition it makes it
    slightly easier to patch rustc to work on platforms that don't support
    dynamic linking like wasm.
    bjorn3 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f25c90a View commit details
    Browse the repository at this point in the history