]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/builder.rs
Added definition of type trait
[rust.git] / src / librustc_codegen_llvm / builder.rs
index d74653310e342f9c4e291f255f0bbfbba9376fd3..0c8ff0c9d929064ccd7fa32308dead00ca3c0b4a 100644 (file)
@@ -60,6 +60,7 @@ impl Backend for Builder<'a, 'll, 'tcx>  {
         type Value = &'ll Value;
         type BasicBlock = &'ll BasicBlock;
         type Type = &'ll type_::Type;
+        type TypeKind = llvm::TypeKind;
         type Context = &'ll llvm::Context;
 }