Use the method form for CodegenCx everywhere
This commit is contained in:
committed by
Eduard-Mihai Burtescu
parent
6c5b990c5f
commit
3e77f2fc4f
@@ -8,8 +8,10 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
pub trait Backend {
|
||||
type Value;
|
||||
type Value: Debug + PartialEq;
|
||||
type BasicBlock;
|
||||
type Type;
|
||||
type Context;
|
||||
|
||||
Reference in New Issue
Block a user