Generalized some base.rs methods
This commit is contained in:
committed by
Eduard-Mihai Burtescu
parent
c487b825b0
commit
0514c7b1b2
@@ -11,9 +11,8 @@
|
||||
use std::fmt::Debug;
|
||||
|
||||
pub trait Backend {
|
||||
type Value: Debug + PartialEq;
|
||||
type Value: Debug + PartialEq + Copy;
|
||||
type BasicBlock;
|
||||
type Type: Debug + PartialEq;
|
||||
type TypeKind;
|
||||
type Type: Debug + PartialEq + Copy;
|
||||
type Context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user