1
Fork 0

use intra-doc links for CodegenBackend::link

This commit is contained in:
Monadic Cat 2024-11-27 18:42:14 -06:00
parent 52684a4c52
commit ca55eeeaf3
No known key found for this signature in database
GPG key ID: B132A0F6BFA553CB

View file

@ -83,7 +83,7 @@ pub trait CodegenBackend {
outputs: &OutputFilenames, outputs: &OutputFilenames,
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>); ) -> (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( fn link(
&self, &self,
sess: &Session, sess: &Session,