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

Mark proc_macro_decls_static as always used #105978

Merged
merged 1 commit into from
Dec 23, 2022

Commits on Dec 22, 2022

  1. Mark proc_macro_decls_static as always used

    This would have avoided a bug in rust-lang#104860.
    
    In practice this shouldn't matter since nothing uses the query other than the `dead_code` lint,
    but this isn't documented as an internal-only query so it seems nice for it to be accurate.
    I think for `dead_code` it doesn't matter because the relevant code is generated by `rustc_builtin_macros` and isn't linted.
    jyn514 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    164e221 View commit details
    Browse the repository at this point in the history