use intra-doc links for CodegenBackend::link
This commit is contained in:
parent
52684a4c52
commit
ca55eeeaf3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue