Commit 43e73f7
committed
Checks for identifier after keyword for in impl
gcc/rust/ChangeLog:
* parse/rust-parse-impl.h (Parser::parse_impl): Adds else if (!skip_token (IDENTIFIER))
after if (!skip_token (FOR)) in function Parser<ManagedTokenSource>::parse_impl
Signed-off-by: Lúcio Boari Fleury <[email protected]>1 parent 6e4700a commit 43e73f7
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5424 | 5424 | | |
5425 | 5425 | | |
5426 | 5426 | | |
| 5427 | + | |
| 5428 | + | |
| 5429 | + | |
| 5430 | + | |
| 5431 | + | |
5427 | 5432 | | |
5428 | 5433 | | |
5429 | 5434 | | |
| |||
0 commit comments