]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/lib.rs
Added definition of type trait
[rust.git] / src / librustc_codegen_llvm / lib.rs
index e228dc044f17700932801aa23adddcc8f3574474..4e80fe0b343db9f62ba9266c9fd7cbfeebea95dc 100644 (file)
@@ -330,6 +330,7 @@ impl<'ll> Backend for ModuleLlvm<'ll> {
     type Value = &'ll Value;
     type BasicBlock = &'ll llvm::BasicBlock;
     type Type = &'ll Type;
+    type TypeKind = llvm::TypeKind;
     type Context = &'ll llvm::Context;
 }