From 780b544a391fb2dc42d814ce8cb7e6ad3633fa39 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 6 Mar 2018 11:33:26 +0100 Subject: note a FIXME --- src/libsyntax/parse/parser.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index ba8ccc2256f..b60a6b32fab 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4827,6 +4827,7 @@ impl<'a> Parser<'a> { } )); // FIXME: Decide what should be used here, `=` or `==`. + // FIXME: We are just dropping the binders in lifetime_defs on the floor here. } else if self.eat(&token::Eq) || self.eat(&token::EqEq) { let rhs_ty = self.parse_ty()?; where_clause.predicates.push(ast::WherePredicate::EqPredicate( -- cgit 1.4.1-3-g733a5