We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e725a commit 14527b2Copy full SHA for 14527b2
1 file changed
src/lib.rs
@@ -374,7 +374,7 @@ impl ExtraBackendMethods for GccCodegenBackend {
374
_features: &[String],
375
) -> TargetMachineFactoryFn<Self> {
376
// TODO(antoyo): set opt level.
377
- Arc::new(|_| Ok(()))
+ Arc::new(|_, _| ())
378
}
379
380
@@ -421,7 +421,6 @@ unsafe impl Sync for SyncContext {}
421
impl WriteBackendMethods for GccCodegenBackend {
422
type Module = GccContext;
423
type TargetMachine = ();
424
- type TargetMachineError = ();
425
type ModuleBuffer = ModuleBuffer;
426
type ThinData = ThinData;
427
type ThinBuffer = ThinBuffer;
0 commit comments