We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NonterminalKind::Expr
1 parent 6b731c2 commit 79ef91eCopy full SHA for 79ef91e
compiler/rustc_parse/src/parser/nonterminal.rs
@@ -48,7 +48,7 @@ impl<'a> Parser<'a> {
48
}
49
// Current edition expressions
50
NonterminalKind::Expr(Expr) => {
51
- // In Edition 2024, `_` will be considered an expression, so we
+ // In Edition 2024, `_` is considered an expression, so we
52
// need to allow it here because `token.can_begin_expr()` does
53
// not consider `_` to be an expression.
54
//
0 commit comments