Use ParamBounds in WhereRegionPredicate

This commit is contained in:
varkor
2018-05-28 15:23:16 +01:00
parent aed530a457
commit 80dbe58efc
18 changed files with 92 additions and 109 deletions

View File

@@ -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).