We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52684a4 commit ca55eeeCopy full SHA for ca55eee
compiler/rustc_codegen_ssa/src/traits/backend.rs
@@ -83,7 +83,7 @@ pub trait CodegenBackend {
83
outputs: &OutputFilenames,
84
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>);
85
86
- /// This is called on the returned `CodegenResults` from `join_codegen`
+ /// This is called on the returned [`CodegenResults`] from [`join_codegen`](Self::join_codegen).
87
fn link(
88
&self,
89
sess: &Session,
0 commit comments