rust/compiler/rustc_codegen_ssa
Stuart Cook 4b28573ad1
Rollup merge of #148247 - bjorn3:minor_symbol_export_cleanup, r=WaffleLapkin
Remove a special case and move another one out of reachable_non_generics

One is no longer necessary, the other is best placed in cg_llvm as it works around a cg_llvm bug.
2025-11-03 11:52:40 +11:00
..

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