We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0581b5 commit cfe3f77Copy full SHA for cfe3f77
compiler/rustc_codegen_gcc/src/lib.rs
@@ -418,7 +418,7 @@ impl WriteBackendMethods for GccCodegenBackend {
418
back::write::codegen(cgcx, dcx, module, config)
419
}
420
421
- fn prepare_thin(_module: ModuleCodegen<Self::Module>) -> (String, Self::ThinBuffer) {
+ fn prepare_thin(_module: ModuleCodegen<Self::Module>, _emit_summary: bool) -> (String, Self::ThinBuffer) {
422
unimplemented!();
423
424
0 commit comments