Skip to content

Commit

Permalink
note a FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 6, 2018
1 parent 49abd87 commit 780b544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 780b544

Please sign in to comment.