Skip to content

Commit 780b544

Browse files
committed
note a FIXME
1 parent 49abd87 commit 780b544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/parse/parser.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4827,6 +4827,7 @@ impl<'a> Parser<'a> {
48274827
}
48284828
));
48294829
// FIXME: Decide what should be used here, `=` or `==`.
4830+
// FIXME: We are just dropping the binders in lifetime_defs on the floor here.
48304831
} else if self.eat(&token::Eq) || self.eat(&token::EqEq) {
48314832
let rhs_ty = self.parse_ty()?;
48324833
where_clause.predicates.push(ast::WherePredicate::EqPredicate(

0 commit comments

Comments
 (0)