Added definition of type trait
This commit is contained in:
parent
3e77f2fc4f
commit
5f28e0a0b6
7 changed files with 51 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue