]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/common.rs
Added definition of type trait
[rust.git] / src / librustc_codegen_llvm / common.rs
index 569fbc9f0813efb8cf6a0765419bbb8c15cdd028..dc46d23dd97d52606bd1c0807284dcc584fafdfe 100644 (file)
@@ -197,6 +197,7 @@ impl Backend for CodegenCx<'ll, 'tcx> {
     type Value = &'ll Value;
     type BasicBlock = &'ll BasicBlock;
     type Type = &'ll Type;
+    type TypeKind = llvm::TypeKind;
     type Context = &'ll llvm::Context;
 }