mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 19:33:16 +00:00
Duplicate keyword
This commit is contained in:
parent
039cc8d6c5
commit
06658b46b8
@ -1952,7 +1952,7 @@ for e: foo in v {
|
||||
|
||||
~~~~~~~~{.ebnf .gram}
|
||||
if_expr : "if" expr '{' block '}'
|
||||
[ "else" else_tail ] ? ;
|
||||
else_tail ? ;
|
||||
|
||||
else_tail : "else" [ if_expr
|
||||
| '{' block '}' ] ;
|
||||
|
Loading…
Reference in New Issue
Block a user