We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713713 commit a03a0f1Copy full SHA for a03a0f1
compiler/rustc_codegen_gcc/src/lib.rs
@@ -361,7 +361,7 @@ impl WriteBackendMethods for GccCodegenBackend {
361
_exported_symbols_for_lto: &[String],
362
each_linked_rlib_for_lto: &[PathBuf],
363
modules: Vec<FatLtoInput<Self>>,
364
- ) -> Result<ModuleCodegen<Self::Module>, FatalError> {
+ ) -> ModuleCodegen<Self::Module> {
365
back::lto::run_fat(cgcx, each_linked_rlib_for_lto, modules)
366
}
367
0 commit comments