Skip to content

Commit

Permalink
use intra-doc links for CodegenBackend::link
Browse files Browse the repository at this point in the history
  • Loading branch information
Monadic-Cat committed Nov 28, 2024
1 parent 52684a4 commit ca55eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_ssa/src/traits/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub trait CodegenBackend {
outputs: &OutputFilenames,
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>);

/// This is called on the returned `CodegenResults` from `join_codegen`
/// This is called on the returned [`CodegenResults`] from [`join_codegen`](Self::join_codegen).
fn link(
&self,
sess: &Session,
Expand Down

0 comments on commit ca55eee

Please sign in to comment.