We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc8507 commit 907855fCopy full SHA for 907855f
src/rustllvm/rustllvm.h
@@ -104,7 +104,6 @@ enum LLVMRustAttribute {
104
typedef struct OpaqueRustString *RustStringRef;
105
typedef struct LLVMOpaqueTwine *LLVMTwineRef;
106
typedef struct LLVMOpaqueSMDiagnostic *LLVMSMDiagnosticRef;
107
-typedef struct LLVMOpaqueRustJITMemoryManager *LLVMRustJITMemoryManagerRef;
108
109
extern "C" void LLVMRustStringWriteImpl(RustStringRef Str, const char *Ptr,
110
size_t Size);
0 commit comments