Update doc comment for CodegenBackend::link
This commit is contained in:
parent
ba82056a14
commit
ec29a02071
1 changed files with 1 additions and 5 deletions
|
@ -104,11 +104,7 @@ pub trait CodegenBackend {
|
|||
outputs: &OutputFilenames,
|
||||
) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed>;
|
||||
|
||||
/// This is called on the returned `Box<dyn Any>` from `join_codegen`
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics when the passed `Box<dyn Any>` was not returned by `join_codegen`.
|
||||
/// This is called on the returned `CodegenResults` from `join_codegen`
|
||||
fn link(
|
||||
&self,
|
||||
sess: &Session,
|
||||
|
|
Loading…
Add table
Reference in a new issue