Add two new kinds of predicates, WellFormed and ObjectSafe.
This commit is contained in:
@@ -475,7 +475,7 @@ pub enum WherePredicate {
|
||||
/// A lifetime predicate, e.g. `'a: 'b+'c`
|
||||
RegionPredicate(WhereRegionPredicate),
|
||||
/// An equality predicate (unsupported)
|
||||
EqPredicate(WhereEqPredicate)
|
||||
EqPredicate(WhereEqPredicate),
|
||||
}
|
||||
|
||||
/// A type bound, eg `for<'c> Foo: Send+Clone+'c`
|
||||
|
||||
Reference in New Issue
Block a user