From b1963154a10fd22d16a5eddd751046cc897e909c Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 7 Aug 2015 09:30:19 -0400 Subject: Add two new kinds of predicates, WellFormed and ObjectSafe. --- src/libsyntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index bcc90dc47d9..08c6dcc7f87 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -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` -- cgit 1.4.1-3-g733a5