Use ParamBounds in WhereRegionPredicate
This commit is contained in:
@@ -393,7 +393,7 @@ pub struct WhereBoundPredicate {
|
||||
pub struct WhereRegionPredicate {
|
||||
pub span: Span,
|
||||
pub lifetime: Lifetime,
|
||||
pub bounds: Vec<Lifetime>,
|
||||
pub bounds: ParamBounds,
|
||||
}
|
||||
|
||||
/// An equality predicate (unsupported).
|
||||
|
||||
Reference in New Issue
Block a user