Don't export no_mangle symbols from proc macros #99978
Labels
A-proc-macros
Area: Procedural macros
I-heavy
Issue: Problems and improvements with respect to binary size of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#99944 will hide all non-no_mangle symbols, but given that proc macros will only be loaded by rustc, we can hide all symbols except the specific ones that rustc needs.
The text was updated successfully, but these errors were encountered: