Skip to content

Commit 059f00d

Browse files
Fix sync conflict
1 parent a224101 commit 059f00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)