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 eed48f5 commit 50d7642Copy full SHA for 50d7642
src/librustc_codegen_llvm/llvm/ffi.rs
@@ -384,8 +384,6 @@ extern { pub type Metadata; }
384
extern { pub type BasicBlock_opaque; }
385
pub type BasicBlockRef = *mut BasicBlock_opaque;
386
extern { pub type Builder; }
387
-extern { pub type ExecutionEngine_opaque; }
388
-pub type ExecutionEngineRef = *mut ExecutionEngine_opaque;
389
extern { pub type MemoryBuffer_opaque; }
390
pub type MemoryBufferRef = *mut MemoryBuffer_opaque;
391
extern { pub type PassManager_opaque; }
0 commit comments