We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49abd87 commit 780b544Copy full SHA for 780b544
src/libsyntax/parse/parser.rs
@@ -4827,6 +4827,7 @@ impl<'a> Parser<'a> {
4827
}
4828
));
4829
// FIXME: Decide what should be used here, `=` or `==`.
4830
+ // FIXME: We are just dropping the binders in lifetime_defs on the floor here.
4831
} else if self.eat(&token::Eq) || self.eat(&token::EqEq) {
4832
let rhs_ty = self.parse_ty()?;
4833
where_clause.predicates.push(ast::WherePredicate::EqPredicate(
0 commit comments