We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f948ea commit 5848644Copy full SHA for 5848644
src/librustc_codegen_ssa/back/linker.rs
@@ -376,10 +376,6 @@ impl<'a> Linker for GccLinker<'a> {
376
// The object files have far more public symbols than we actually want to export,
377
// so we hide them all here.
378
379
- if crate_type == CrateType::ProcMacro {
380
- return
381
- }
382
-
383
// Symbol visibility takes care of this for the WebAssembly.
384
// Additionally the only known linker, LLD, doesn't support the script
385
// arguments just yet
0 commit comments