Add support for multiple region bounds in where clauses
This commit is contained in:
@@ -430,11 +430,9 @@ pub struct WhereBoundPredicate {
|
||||
pub struct WhereRegionPredicate {
|
||||
pub span: Span,
|
||||
pub lifetime: Lifetime,
|
||||
pub bound: Lifetime
|
||||
pub bounds: Vec<Lifetime>,
|
||||
}
|
||||
|
||||
impl Copy for WhereRegionPredicate {}
|
||||
|
||||
#[deriving(Clone, PartialEq, Eq, Encodable, Decodable, Hash, Show)]
|
||||
pub struct WhereEqPredicate {
|
||||
pub id: NodeId,
|
||||
|
||||
Reference in New Issue
Block a user