Skip to content

Commit

Permalink
Update rust-parse-impl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
saeitoshi-10 authored Jan 7, 2025
1 parent ea9ed37 commit 057c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/rust/parse/rust-parse-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10441,7 +10441,7 @@ Parser<ManagedTokenSource>::parse_pattern ()
{
lexer.skip_token ();
alts.push_back (parse_pattern_no_alt ());
}
}

while (lexer.peek_token ()->get_id () == PIPE);

Expand Down

0 comments on commit 057c7e6

Please sign in to comment.