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

Limit symbols exported from proc macros #99944

Merged
merged 3 commits into from
Aug 1, 2022

Commits on Jul 30, 2022

  1. Limit symbols exported from proc macros

    Only __rustc_proc_macro_decls_*__ and rust_metadata_* need to be
    exported for proc macros to work. All other symbols only increase binary
    size and have the potential to conflict with symbols from the host
    compiler.
    bjorn3 committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    6098e79 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    df13721 View commit details
    Browse the repository at this point in the history
  2. Add issue reference

    bjorn3 committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    b87f8a4 View commit details
    Browse the repository at this point in the history