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 01241f8 commit 9c6f7cbCopy full SHA for 9c6f7cb
src/lib.rs
@@ -200,6 +200,7 @@ unsafe impl Sync for GccContext {}
200
impl WriteBackendMethods for GccCodegenBackend {
201
type Module = GccContext;
202
type TargetMachine = ();
203
+ type TargetMachineError = ();
204
type ModuleBuffer = ModuleBuffer;
205
type ThinData = ();
206
type ThinBuffer = ThinBuffer;
0 commit comments