Skip to content

Commit a03a0f1

Browse files
Fix sync conflict
1 parent 1713713 commit a03a0f1

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_gcc/src

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_gcc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ impl WriteBackendMethods for GccCodegenBackend {
361361
_exported_symbols_for_lto: &[String],
362362
each_linked_rlib_for_lto: &[PathBuf],
363363
modules: Vec<FatLtoInput<Self>>,
364-
) -> Result<ModuleCodegen<Self::Module>, FatalError> {
364+
) -> ModuleCodegen<Self::Module> {
365365
back::lto::run_fat(cgcx, each_linked_rlib_for_lto, modules)
366366
}
367367

0 commit comments

Comments
 (0)