]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/back/write.rs
Added definition of type trait
[rust.git] / src / librustc_codegen_llvm / back / write.rs
index 24f58ac59c15ca244880c284de920531d9c9e178..99921ac7eb8356646c4397a1a30ac7cc577dab45 100644 (file)
@@ -434,6 +434,7 @@ impl<'ll> Backend for CodegenContext<'ll> {
     type BasicBlock = &'ll BasicBlock;
     type Type = &'ll Type;
     type Context = &'ll llvm::Context;
+    type TypeKind = llvm::TypeKind;
 }
 
 impl CommonWriteMethods for CodegenContext<'ll> {