Traitification of common.rs methods

This commit is contained in:
Denis Merigoux
2018-08-28 17:03:46 +02:00
committed by Eduard-Mihai Burtescu
parent 3889c2dcfb
commit 8714e6bce6
25 changed files with 518 additions and 417 deletions

View File

@@ -12,4 +12,5 @@ pub trait Backend {
type Value;
type BasicBlock;
type Type;
type Context;
}