rust/compiler/rustc_codegen_ssa
bjorn3 6098e795a2 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.
2022-07-30 12:16:33 +00:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.