1
Fork 0

Apply suggestions from code review

Co-authored-by: Travis Cross <tc@traviscross.com>
This commit is contained in:
Eric Holk 2025-03-18 10:50:33 -07:00 committed by GitHub
parent 9b0e7f6264
commit 299e5d0514
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1311,7 +1311,7 @@ impl<'a> Parser<'a> {
return self.parse_match_block(lo, match_span, self_arg, MatchKind::Postfix);
}
// Post-fix yield
// Parse a postfix `yield`.
if self.eat_keyword(exp!(Yield)) {
let yield_span = self.prev_token.span;
self.psess.gated_spans.gate(sym::yield_expr, yield_span);