rust/compiler/rustc_codegen_ssa
bjorn3 382e4031c2 Remove Linkage::Private
This is the same as Linkage::Internal except that it doesn't emit any
symbol. Some backends may not support it and it isn't all that useful
anyway.
2025-02-07 16:02:19 +00:00
..
2025-02-07 16:02:19 +00:00

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