Skip to content

Commit ca55eee

Browse files
committed
use intra-doc links for CodegenBackend::link
1 parent 52684a4 commit ca55eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/traits/backend.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub trait CodegenBackend {
8383
outputs: &OutputFilenames,
8484
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>);
8585

86-
/// This is called on the returned `CodegenResults` from `join_codegen`
86+
/// This is called on the returned [`CodegenResults`] from [`join_codegen`](Self::join_codegen).
8787
fn link(
8888
&self,
8989
sess: &Session,

0 commit comments

Comments
 (0)