rust/compiler/rustc_codegen_ssa
Stuart Cook a65ed63b3b
Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmann
Port `#[link]` to the new attribute parsing infrastructure

Ports `link` to the new attribute parsing infrastructure for https://github.com/rust-lang/rust/issues/131229#issuecomment-2971353197
2025-08-28 23:10:33 +10:00
..
src Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmann 2025-08-28 23:10:33 +10:00
Cargo.toml Add itertools to [workspace.dependencies]. 2025-08-27 14:21:21 +10:00
messages.ftl port attribute to the new parsing infrastructure 2025-08-23 12:31:07 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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