diff --git a/src/lib.rs b/src/lib.rs index bf1da38312f..5ab87feb98b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -200,6 +200,7 @@ unsafe impl Sync for GccContext {} impl WriteBackendMethods for GccCodegenBackend { type Module = GccContext; type TargetMachine = (); + type TargetMachineError = (); type ModuleBuffer = ModuleBuffer; type ThinData = (); type ThinBuffer = ThinBuffer;