Skip to content

Commit ec29a02

Browse files
committed
Update doc comment for CodegenBackend::link
1 parent ba82056 commit ec29a02

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

compiler/rustc_codegen_ssa/src/traits/backend.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@ pub trait CodegenBackend {
104104
outputs: &OutputFilenames,
105105
) -> Result<(CodegenResults, FxIndexMap<WorkProductId, WorkProduct>), ErrorGuaranteed>;
106106

107-
/// This is called on the returned `Box<dyn Any>` from `join_codegen`
108-
///
109-
/// # Panics
110-
///
111-
/// Panics when the passed `Box<dyn Any>` was not returned by `join_codegen`.
107+
/// This is called on the returned `CodegenResults` from `join_codegen`
112108
fn link(
113109
&self,
114110
sess: &Session,

0 commit comments

Comments
 (0)