Skip to content

Commit d21302a

Browse files
Fix sync conflict
1 parent 9066db8 commit d21302a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)