Skip to content

Commit 4a79b06

Browse files
committed
rustc_codegen_gcc: fix changed method signature
1 parent 29fc479 commit 4a79b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ impl WriteBackendMethods for GccCodegenBackend {
418418
back::write::codegen(cgcx, dcx, module, config)
419419
}
420420

421-
fn prepare_thin(_module: ModuleCodegen<Self::Module>) -> (String, Self::ThinBuffer) {
421+
fn prepare_thin(_module: ModuleCodegen<Self::Module>, _emit_summary: bool) -> (String, Self::ThinBuffer) {
422422
unimplemented!();
423423
}
424424

0 commit comments

Comments
 (0)